fix(editor): more wrong usage of shortcut handler

This commit is contained in:
Andelf
2023-04-27 14:47:19 +08:00
parent 23add8fd13
commit 70f2ab1e98

View File

@@ -348,7 +348,7 @@
(state/pub-event! [:command/run]))}
:go/home {:binding "g h"
:fn route-handler/redirect-to-home!}
:fn #(route-handler/redirect-to-home!)}
:go/all-pages {:binding "g a"
:fn route-handler/redirect-to-all-pages!}