fix: user custom commands not working

This commit is contained in:
Tienson Qin
2020-11-19 15:22:54 +08:00
parent e22ba14e64
commit 0a92889258
4 changed files with 11 additions and 8 deletions

View File

@@ -863,6 +863,10 @@
[]
(:network/online? @state))
(defn get-commands
[]
(:commands (get-config)))
(defonce editor-op (atom nil))
(defn set-editor-op!
[value]