fix(pdf): invalid asset url for the file graph

This commit is contained in:
charlie
2025-04-11 12:39:05 +08:00
parent d5f78356c5
commit b64b678439
2 changed files with 4 additions and 1 deletions

View File

@@ -178,6 +178,7 @@
(resolve-asset-real-path-url (state/get-current-repo) path)
(util/electron?)
;; fullpath will be encoded
(path/prepend-protocol "assets:" full-path)
(mobile-util/native-platform?)