mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: a non-journal home page is empty on initial graph load
Fixes LOG-2813
This commit is contained in:
@@ -256,9 +256,7 @@
|
||||
(p/catch (fn [e]
|
||||
(js/console.error "Error while restoring repos: " e)))
|
||||
(p/finally (fn []
|
||||
(state/set-db-restoring! false)
|
||||
(react/clear-query-state!)
|
||||
(ui-handler/re-render-root!))))
|
||||
(state/set-db-restoring! false))))
|
||||
|
||||
(file/<ratelimit-file-writes!)
|
||||
(util/<app-wake-up-from-sleep-loop (atom false))
|
||||
|
||||
Reference in New Issue
Block a user