mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
fix: block property deletion
e.g. select "Delete property"
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
(defn batch-remove-property!
|
||||
[repo block-ids key]
|
||||
(when-let [property-uuid (if (uuid? key)
|
||||
uuid
|
||||
key
|
||||
(:block/uuid (db/entity [:block/name (util/page-name-sanity-lc (name key))])))]
|
||||
(let [txs (mapcat
|
||||
(fn [id]
|
||||
|
||||
Reference in New Issue
Block a user