mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: hls page name in page ref
This commit is contained in:
@@ -298,11 +298,3 @@
|
||||
|
||||
(ui/icon "maximize")]]
|
||||
[:img {:src asset-path}]])))
|
||||
|
||||
(defn human-page-name
|
||||
[page-name]
|
||||
(cond
|
||||
(string/starts-with? page-name "hls__")
|
||||
(pdf-utils/fix-local-asset-pagename page-name)
|
||||
|
||||
:else (util/trim-safe page-name)))
|
||||
|
||||
Reference in New Issue
Block a user