mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: batch set text property
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user