diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index d1154873fe..6073080639 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -869,7 +869,7 @@ content (property/remove-empty-properties content)] {:block/uuid (:block/uuid block) :block/properties properties - :block/properties-order (or (keys properties) {}) + :block/properties-order (or (keys properties) []) :block/content content}))) (defn- batch-set-block-property!