mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
Fix default for :block/properties-order for #8930
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user