mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: A journal modified outside the app duplicates content
when syncing back to the app related to LOG-3265
This commit is contained in:
@@ -95,8 +95,7 @@
|
||||
(page-handler/init-commands!)
|
||||
|
||||
(watch-for-date!)
|
||||
(when (util/electron?) (file-handler/watch-for-current-graph-dir!))
|
||||
(state/pub-event! [:graph/restored (state/get-current-repo)])))
|
||||
(when (util/electron?) (file-handler/watch-for-current-graph-dir!))))
|
||||
(p/catch (fn [error]
|
||||
(log/error :exception error))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user