mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: some built-in tags shouldn't be recognized as inline tags
related to https://github.com/logseq/db-test/issues/555
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
(-> refs
|
||||
remove-non-existed-refs!
|
||||
(use-cached-refs! block))))))
|
||||
title' (db-content/title-ref->id-ref (:block/title block) (:block/refs block))
|
||||
title' (db-content/title-ref->id-ref (or (get block :block/title) title) (:block/refs block))
|
||||
result (-> block
|
||||
(merge (if level {:block/level level} {}))
|
||||
(assoc :block/title title'))]
|
||||
|
||||
Reference in New Issue
Block a user