mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Merge branch 'master' into feat/custom-children-list-style
This commit is contained in:
@@ -2932,7 +2932,8 @@
|
||||
custom-query? (boolean (:custom-query? config))]
|
||||
(if (and (or ref? custom-query?) (not (:ref-query-child? config)))
|
||||
(ui/lazy-visible
|
||||
(fn [] (block-container-inner state repo config block)))
|
||||
(fn [] (block-container-inner state repo config block))
|
||||
{:debug-id (str "block-container-ref " (:db/id block))})
|
||||
(block-container-inner state repo config block))))
|
||||
|
||||
(defn divide-lists
|
||||
@@ -3360,7 +3361,7 @@
|
||||
"More"
|
||||
|
||||
@*loading?
|
||||
(ui/lazy-loading-placeholder)
|
||||
(ui/lazy-loading-placeholder 88)
|
||||
|
||||
:else
|
||||
"")})]))))
|
||||
@@ -3452,8 +3453,7 @@
|
||||
(rum/with-key
|
||||
(breadcrumb-with-container blocks (assoc config :top-level? top-level?))
|
||||
(:db/id parent)))))
|
||||
{:debug-id page
|
||||
:trigger-once? false})])))))]
|
||||
{:debug-id page})])))))]
|
||||
|
||||
(and (:ref? config) (:group-by-page? config))
|
||||
[:div.flex.flex-col
|
||||
|
||||
Reference in New Issue
Block a user