fix: uuid based property values appear blank on initial graph load

Fixes LOG-2909
This commit is contained in:
Tienson Qin
2023-11-21 10:19:14 +08:00
parent c69c22c716
commit bb5762df62
3 changed files with 63 additions and 46 deletions

View File

@@ -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))