mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 05:34:07 +00:00
fix: regression on file graphs not showing hashtag for tags
This commit is contained in:
@@ -599,7 +599,7 @@
|
||||
(util/trim-safe page-name))
|
||||
_ (when-not page-entity (js/console.warn "page-inner's page-entity is nil, given page-name: " page-name
|
||||
" page-name-in-block: " page-name-in-block))]
|
||||
s)))
|
||||
(if tag? (str "#" s) s))))
|
||||
|
||||
(let [repo (state/get-current-repo)
|
||||
block-id (:block/uuid config)
|
||||
|
||||
Reference in New Issue
Block a user