fix: redundant arguments after code cleanup

This commit is contained in:
Tienson Qin
2021-11-02 22:23:06 +08:00
parent 2a5f3e103d
commit c59d40741e
3 changed files with 6 additions and 7 deletions

View File

@@ -795,7 +795,7 @@
(case marker
"DOING"
"TODO"
"NOW"
"LATER"
@@ -1274,7 +1274,7 @@
:block/uuid)]
(let [pos (state/get-edit-pos)]
(route-handler/redirect-to-page! id)
(edit-block! {:block/uuid id} pos nil id)))
(edit-block! {:block/uuid id} pos id)))
(js/window.history.forward)))
(defn zoom-out!
@@ -1522,7 +1522,7 @@
(cond
(util/electron?)
(str "assets://" repo-dir path)
(mobile/is-native-platform?)
(mobile/convert-file-src
(str "file://" repo-dir path))