mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: can't select blocks in edit mode
This commit is contained in:
@@ -277,10 +277,6 @@
|
||||
(state/hide-custom-context-menu!)
|
||||
|
||||
(editor-handler/clear-selection! e)))
|
||||
(mixins/listen state js/window "mouseup"
|
||||
(fn [e]
|
||||
(when (state/get-selection-start-block)
|
||||
(state/set-selection-start-block! nil))))
|
||||
|
||||
;; TODO: move to keyboards
|
||||
(mixins/on-key-down
|
||||
|
||||
Reference in New Issue
Block a user