mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix(reference): recursive display children
Fixed: https://github.com/logseq/logseq/issues/506
This commit is contained in:
@@ -1292,7 +1292,7 @@
|
||||
(rum/with-key (block-container (assoc config :block/uuid (:block/uuid child)) child)
|
||||
(:block/uuid child)))))])
|
||||
|
||||
(when (and ref? (not ref-child?))
|
||||
(when ref?
|
||||
(let [children (-> (db/get-block-children-unsafe repo uuid)
|
||||
db/sort-by-pos)]
|
||||
(when (seq children)
|
||||
|
||||
Reference in New Issue
Block a user