fix(editor): more wrong usage of shortcut handler

pull/9267/head
Andelf 2023-04-27 14:47:19 +08:00
parent 23add8fd13
commit 70f2ab1e98
1 changed files with 1 additions and 1 deletions

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!}