diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index d1201d239e..f666e5530e 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -3616,7 +3616,7 @@ edit-block (state/get-edit-block) target-element (.-nodeName (.-target e))] (cond - (whiteboard?) + (and (whiteboard?) (not edit-input)) (do (util/stop e) (.selectAll (.-api ^js (state/active-tldraw-app))))