fix(regression): file graph pasting blocks with

multiple levels of children. Similar to d08acfc3ba
This commit is contained in:
Gabriel Horner
2025-12-05 14:51:53 -05:00
parent 892c6c32e7
commit 9c77a2f2ad

View File

@@ -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))