mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: validate graph shouldn't remove empty-placeholder values
This commit is contained in:
@@ -168,7 +168,8 @@
|
||||
(:db/ident property))]
|
||||
(keep
|
||||
(fn [[b v]]
|
||||
(when-not (matches v)
|
||||
(when-not (or (matches v)
|
||||
(= :logseq.property/empty-placeholder (:db/ident (d/entity db v))))
|
||||
[:db/retract b (:db/ident property) v]))
|
||||
values)))
|
||||
properties)]
|
||||
|
||||
Reference in New Issue
Block a user