fix: batch set text property

This commit is contained in:
Tienson Qin
2025-03-11 01:46:58 +08:00
parent 73615bf559
commit 45271c6a7d

View File

@@ -241,7 +241,7 @@
(and (contains? #{:default :url} type)
(not (seq (:property/closed-values property))))
(pv/<create-new-block! block property "")
(pv/<create-new-block! block property "" {:batch-op? true})
;; using class as property
(and property (ldb/class? property))