mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix(mobile): safety path join for ios graph files fs operation
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
|
||||
(and (mobile-util/native-ios?) (local-db? repo-url))
|
||||
(let [dir (get-repo-dir repo-url)]
|
||||
(str dir relative-path))
|
||||
(util/safe-path-join dir relative-path))
|
||||
|
||||
(and (mobile-util/native-android?) (local-db? repo-url))
|
||||
(let [dir (get-repo-dir repo-url)
|
||||
|
||||
Reference in New Issue
Block a user