enhance: able to edit property value of :string type

able to set plural form for tags
This commit is contained in:
Tienson Qin
2026-01-04 20:19:24 +08:00
parent 164d1c908c
commit e5521da233
8 changed files with 96 additions and 6 deletions

View File

@@ -584,7 +584,6 @@
(= existing-value v'))]
(throw-error-if-self-value block v' ref?)
(prn :debug :value-matches? value-matches?)
(when-not value-matches?
(raw-set-block-property! conn block property v'))))))))