mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Load whole data for shorter pages
This commit is contained in:
@@ -576,14 +576,9 @@
|
||||
(widgets/demo-graph-alert))
|
||||
|
||||
(cond
|
||||
(not indexeddb-support?)
|
||||
(or db-restoring? (not indexeddb-support?))
|
||||
nil
|
||||
|
||||
db-restoring?
|
||||
[:div.mt-20
|
||||
[:div.ls-center
|
||||
(ui/loading)]]
|
||||
|
||||
:else
|
||||
[:div
|
||||
{:class (if (or onboarding-and-home? margin-less-pages?) "" (util/hiccup->class "mx-auto.pb-24"))
|
||||
|
||||
Reference in New Issue
Block a user