mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
Merge branch 'master' into feat/custom-children-list-style
This commit is contained in:
@@ -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!}
|
||||
|
||||
Reference in New Issue
Block a user