Ver código fonte

fix: block properties order missing #5788

charlie 3 anos atrás
pai
commit
ca52df97bc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/main/frontend/handler/editor.cljs

+ 1 - 0
src/main/frontend/handler/editor.cljs

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