mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: don't clear selection in blocks
This commit is contained in:
@@ -2147,7 +2147,7 @@
|
||||
(do
|
||||
(util/stop e)
|
||||
(state/conj-selection-block! (gdom/getElement block-id) :down)
|
||||
(when (and block-id (not (state/get-selection-start-block)))
|
||||
(when block-id
|
||||
(state/set-selection-start-block! block-id)))
|
||||
(when (contains? #{1 0} button)
|
||||
(when-not (target-forbidden-edit? target)
|
||||
|
||||
Reference in New Issue
Block a user