mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: don't parse quoted string as page references for properties
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
"id"
|
||||
k)
|
||||
v (if (coll? v)
|
||||
v
|
||||
(remove util/wrapped-by-quotes? v)
|
||||
(property/parse-property k v))
|
||||
k (keyword k)
|
||||
v (if (and
|
||||
|
||||
Reference in New Issue
Block a user