mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
Some fix according to lint
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
[promesa.core :as p]
|
||||
[rum.core :as rum]))
|
||||
|
||||
(defonce ^:private state
|
||||
(defonce state
|
||||
(let [document-mode? (or (storage/get :document/mode?) false)
|
||||
current-graph (let [graph (storage/get :git/current-repo)]
|
||||
(when graph (ipc/ipc "setCurrentGraph" graph))
|
||||
|
||||
Reference in New Issue
Block a user