From 2499c84401e7febbe8960316cabb2c330f3cb1d9 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 23 Aug 2022 15:03:17 +0800 Subject: [PATCH] fix: arrow text label blur event handler --- tldraw/apps/tldraw-logseq/src/lib/shapes/text/TextLabel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/tldraw/apps/tldraw-logseq/src/lib/shapes/text/TextLabel.tsx b/tldraw/apps/tldraw-logseq/src/lib/shapes/text/TextLabel.tsx index 41a65bcfba..f21c0666ea 100644 --- a/tldraw/apps/tldraw-logseq/src/lib/shapes/text/TextLabel.tsx +++ b/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])