mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix(sync): page history on mobile platforms
This commit is contained in:
@@ -69,9 +69,9 @@
|
||||
[]))
|
||||
|
||||
(defn read-repo-file
|
||||
[repo-url file]
|
||||
[repo-url file-rpath]
|
||||
(when-let [repo-dir (config/get-repo-dir repo-url)]
|
||||
(fs/read-file repo-dir file)))
|
||||
(fs/read-file repo-dir file-rpath)))
|
||||
|
||||
(def multiplatform-reserved-chars ":\\*\\?\"<>|\\#\\\\")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user