mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
@@ -1235,6 +1235,14 @@
|
||||
[]
|
||||
(toggle! :ui/settings-open?))
|
||||
|
||||
(defn close-settings!
|
||||
[]
|
||||
(set-state! :ui/settings-open? false))
|
||||
|
||||
(defn open-settings!
|
||||
[]
|
||||
(set-state! :ui/settings-open? true))
|
||||
|
||||
;; TODO: Move those to the uni `state`
|
||||
|
||||
(defonce editor-op (atom nil))
|
||||
|
||||
Reference in New Issue
Block a user