mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: uuid based property values appear blank on initial graph load
Fixes LOG-2909
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
;; :error
|
||||
;; ;; Don't auto-hide
|
||||
;; false)
|
||||
|
||||
|
||||
|
||||
|
||||
(defn- watch-for-date!
|
||||
@@ -256,7 +256,9 @@
|
||||
(p/catch (fn [e]
|
||||
(js/console.error "Error while restoring repos: " e)))
|
||||
(p/finally (fn []
|
||||
(state/set-db-restoring! false))))
|
||||
(state/set-db-restoring! false)
|
||||
(react/clear-query-state!)
|
||||
(ui-handler/re-render-root!))))
|
||||
|
||||
(file/<ratelimit-file-writes!)
|
||||
(util/<app-wake-up-from-sleep-loop (atom false))
|
||||
|
||||
Reference in New Issue
Block a user