mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 13:44:13 +00:00
fix: wrong demo-graph? condition
This commit is contained in:
@@ -256,8 +256,7 @@
|
||||
([]
|
||||
(demo-graph? (state/get-current-repo)))
|
||||
([graph]
|
||||
(when (string? graph)
|
||||
(= graph local-repo))))
|
||||
(or (nil? graph) (= graph local-repo))))
|
||||
|
||||
(defonce recycle-dir ".recycle")
|
||||
(def config-file "config.edn")
|
||||
|
||||
Reference in New Issue
Block a user