mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: incorrect page title when 'hls__' is opened (#8697)
* dev: move 'hls-file?' to pdf-utils * dev: use 'hls-file?' instead of string comparison * fix: window title when hls file opened
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
[reitit.frontend.easy :as rfe]
|
||||
[rum.core :as rum]))
|
||||
|
||||
(defn hls-file?
|
||||
[filename]
|
||||
(and filename (string? filename) (string/starts-with? filename "hls__")))
|
||||
|
||||
(defn inflate-asset
|
||||
[original-path]
|
||||
(let [filename (util/node-path.basename original-path)
|
||||
|
||||
Reference in New Issue
Block a user