mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: link property causes wrong pages creation
This commit is contained in:
@@ -159,7 +159,8 @@
|
||||
(contains? #{:background-color :background_color} (keyword k))))
|
||||
(map last)
|
||||
(map (fn [v]
|
||||
(when (string? v)
|
||||
(when (and (string? v)
|
||||
(not (mldoc/link? format v)))
|
||||
(let [v (string/trim v)
|
||||
result (text/split-page-refs-without-brackets v {:un-brackets? false})]
|
||||
(if (coll? result)
|
||||
|
||||
Reference in New Issue
Block a user