mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: don't create today's journal when it's loading graph
This commit is contained in:
@@ -880,6 +880,7 @@
|
||||
[]
|
||||
(when-let [repo (state/get-current-repo)]
|
||||
(when (and (state/enable-journals? repo)
|
||||
(not (:graph/loading? @state/state))
|
||||
(not (state/loading-files? repo))
|
||||
(not (state/whiteboard-route?)))
|
||||
(state/set-today! (date/today))
|
||||
|
||||
Reference in New Issue
Block a user