mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
:block/children should has value type of :db.type/ref
This commit is contained in:
@@ -532,6 +532,7 @@
|
||||
(concat
|
||||
pages
|
||||
block-retracted-attrs
|
||||
(mapv (fn [b] {:block/uuid (:block/uuid b)}) blocks)
|
||||
blocks
|
||||
retract-refs
|
||||
page-properties
|
||||
@@ -618,6 +619,7 @@
|
||||
repo
|
||||
(concat
|
||||
pages
|
||||
(mapv (fn [b] {:block/uuid (:block/uuid b)}) blocks)
|
||||
blocks
|
||||
after-blocks)
|
||||
{:key :block/insert
|
||||
|
||||
Reference in New Issue
Block a user