Browse Source

fix: arrow text label blur event handler

Peng Xiao 3 years ago
parent
commit
2499c84401
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tldraw/apps/tldraw-logseq/src/lib/shapes/text/TextLabel.tsx

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

@@ -114,8 +114,6 @@ export const TextLabel = React.memo(function TextLabel({
           elm.select()
         }
       })
-    } else {
-      onBlur?.()
     }
   }, [isEditing, onBlur])