mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: use get-tag to extract tag value
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
(and (vector? block)
|
||||
(= "Tag" (first block)))
|
||||
(let [text (second block)]
|
||||
(let [text (get-tag block)]
|
||||
(when (and
|
||||
(string? text)
|
||||
(text/page-ref? text))
|
||||
|
||||
Reference in New Issue
Block a user