mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: select all while editing blocks
This commit is contained in:
committed by
Gabriel Horner
parent
7f77856329
commit
d277031918
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user