fix: block properties order missing #5788

pull/5839/head
charlie 2022-06-23 15:20:14 +08:00 committed by Andelf
parent 0bc3d4165b
commit ca52df97bc
1 changed files with 1 additions and 0 deletions

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