mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
wip page rename
This commit is contained in:
@@ -516,11 +516,6 @@
|
||||
fs-util/include-reserved-chars?
|
||||
#(fs-util/include-reserved-chars? (-relative-path %)))
|
||||
reserved-paths (filter f paths)]
|
||||
(when (seq reserved-paths)
|
||||
(let [paths (if path-string? reserved-paths (map -relative-path reserved-paths))]
|
||||
(when (seq paths)
|
||||
(state/pub-event! [:ui/notify-outdated-filename-format paths]))
|
||||
(prn "Skipped uploading those file paths with reserved chars: " paths)))
|
||||
(vec (remove f paths))))
|
||||
|
||||
(defn- diffs->filetxns
|
||||
|
||||
Reference in New Issue
Block a user