mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
fix: shortcut conflicts
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
(defn enable-when-not-component-editing!
|
||||
[f]
|
||||
(fn [e]
|
||||
(when (or (contains? #{:srs} (state/get-modal-id))
|
||||
(not (state/block-component-editing?))
|
||||
(not (whiteboard/tldraw-idle?)))
|
||||
(when (and (or (contains? #{:srs} (state/get-modal-id))
|
||||
(not (state/block-component-editing?)))
|
||||
(not (whiteboard/tldraw-idle?)))
|
||||
(f e))))
|
||||
|
||||
Reference in New Issue
Block a user