mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: close the existing watcher when adding new graph
Also, don't create today's journal file during parsing
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
(swap! path-handles assoc path handle))))
|
||||
_ (state/set-loading-files! true)
|
||||
_ (when-not (state/home?)
|
||||
(route-handler/redirect-to-home!))
|
||||
(route-handler/redirect-to-home! false))
|
||||
root-handle (first result)
|
||||
dir-name (if nfs?
|
||||
(gobj/get root-handle "name")
|
||||
|
||||
Reference in New Issue
Block a user