mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: revert :block/children because it doesn't work
We need to resolve those tempids after db transacted which makes it slow
This commit is contained in:
@@ -1315,7 +1315,7 @@
|
||||
(:block/uuid child)))))])
|
||||
|
||||
(when ref?
|
||||
(let [children (-> (db/get-block-children-unsafe repo uuid)
|
||||
(let [children (-> (db/get-block-immediate-children repo uuid)
|
||||
db/sort-by-pos)]
|
||||
(when (seq children)
|
||||
[:div.ref-children.ml-12
|
||||
|
||||
Reference in New Issue
Block a user