Merge branch 'master' into feat/custom-children-list-style

This commit is contained in:
charlie
2023-05-01 09:49:14 +08:00
4 changed files with 27 additions and 23 deletions

View File

@@ -351,7 +351,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!}
@@ -421,7 +421,7 @@
:editor/copy-page-url {:binding false
:inactive (not (util/electron?))
:fn page-handler/copy-page-url}
:fn #(page-handler/copy-page-url)}
:ui/toggle-wide-mode {:binding "t w"
:fn ui-handler/toggle-wide-mode!}