mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(fs): image renaming op when resizing pdf hl area (#9122)
* fix(fs): image renaming op when resizing pdf hl area Fix #9120
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
(protocol/read-file (get-fs dir) dir path options)))
|
||||
|
||||
(defn rename!
|
||||
"Rename files, incoming relative path, converted to absolute path"
|
||||
[repo old-path new-path]
|
||||
(let [new-path (gp-util/path-normalize new-path)]
|
||||
(cond
|
||||
|
||||
Reference in New Issue
Block a user