mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: don't trigger commands auto-complete when paste
This commit is contained in:
@@ -2831,6 +2831,7 @@
|
||||
(defn editor-on-paste!
|
||||
[id]
|
||||
(fn [e]
|
||||
(state/set-state! :editor/on-paste? true)
|
||||
(if-let [handled
|
||||
(let [pick-one-allowed-item
|
||||
(fn [items]
|
||||
|
||||
Reference in New Issue
Block a user