mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: redundant arguments after code cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user