fix: block properties order missing #5788

This commit is contained in:
charlie
2022-06-23 15:20:14 +08:00
committed by Andelf
parent 0bc3d4165b
commit ca52df97bc

View File

@@ -885,6 +885,7 @@
content (property/remove-empty-properties content)
block {:block/uuid block-id
:block/properties properties
:block/properties-order (keys properties)
:block/content content}]
(outliner-core/save-block! block))))))