mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
Merge branch 'feat/db' into perf/lazy-load-data
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
[frontend.handler.page :as page-handler]
|
||||
[frontend.handler.plugin-config :as plugin-config-handler]
|
||||
[frontend.handler.repo :as repo-handler]
|
||||
[frontend.handler.file-based.repo :as file-repo-handler]
|
||||
[frontend.handler.repo-config :as repo-config-handler]
|
||||
[frontend.handler.ui :as ui-handler]
|
||||
[frontend.handler.user :as user-handler]
|
||||
@@ -95,7 +96,7 @@
|
||||
(not (mobile-util/native-platform?))
|
||||
(not (config/db-based-graph? repo)))
|
||||
;; will execute `(state/set-db-restoring! false)` inside
|
||||
(repo-handler/setup-demo-repo-if-not-exists!)
|
||||
(file-repo-handler/setup-demo-repo-if-not-exists!)
|
||||
|
||||
:else
|
||||
(state/set-db-restoring! false))))))))
|
||||
|
||||
Reference in New Issue
Block a user