mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
@@ -867,6 +867,7 @@
|
||||
[]
|
||||
(:commands (get-config)))
|
||||
|
||||
;; TODO: Move those to the uni `state`
|
||||
(defonce editor-op (atom nil))
|
||||
(defn set-editor-op!
|
||||
[value]
|
||||
@@ -874,3 +875,5 @@
|
||||
(defn get-editor-op
|
||||
[]
|
||||
@editor-op)
|
||||
|
||||
(defonce diffs (atom nil))
|
||||
|
||||
Reference in New Issue
Block a user