mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: user custom commands not working
This commit is contained in:
@@ -863,6 +863,10 @@
|
||||
[]
|
||||
(:network/online? @state))
|
||||
|
||||
(defn get-commands
|
||||
[]
|
||||
(:commands (get-config)))
|
||||
|
||||
(defonce editor-op (atom nil))
|
||||
(defn set-editor-op!
|
||||
[value]
|
||||
|
||||
Reference in New Issue
Block a user