Ver código fonte

fix: drag to clone text shapes

Konstantinos Kaloutas 2 anos atrás
pai
commit
eee3862644

+ 0 - 2
tldraw/apps/tldraw-logseq/src/lib/shapes/TextShape.tsx

@@ -166,8 +166,6 @@ export class TextShape extends TLTextShape<TextShapeProps> {
             elm.select()
           }
         })
-      } else {
-        onEditingEnd?.()
       }
     }, [isEditing, onEditingEnd])