mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 03:34:07 +00:00
fix: use existing property pair if exists
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
(mapv
|
||||
(fn [[prop-name val]]
|
||||
(sqlite-util/build-property-pair
|
||||
nil
|
||||
(get-ident all-idents prop-name)
|
||||
;; set indicates a :many value
|
||||
(if (set? val)
|
||||
|
||||
Reference in New Issue
Block a user