mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(regression): file graph pasting blocks with
multiple levels of children. Similar to d08acfc3ba
This commit is contained in:
@@ -2089,7 +2089,7 @@
|
||||
(when-not keep-uuid? [:id])
|
||||
[:custom_id :custom-id]
|
||||
exclude-properties))
|
||||
:block/properties-text-values (apply dissoc (:block/properties-text-values block)
|
||||
:block/properties-text-values (apply dissoc (not-empty (:block/properties-text-values block))
|
||||
(concat
|
||||
(when-not keep-uuid? [:id])
|
||||
exclude-properties))
|
||||
|
||||
Reference in New Issue
Block a user