mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 13:14:39 +00:00
fix: wrong fn invoke
This commit is contained in:
@@ -440,7 +440,8 @@
|
||||
(row-with-button-action
|
||||
{:left-label (t :settings-page/customize-shortcuts)
|
||||
:button-label (t :settings-page/shortcut-settings)
|
||||
:on-click #((state/close-settings!)
|
||||
:on-click (fn []
|
||||
(state/close-settings!)
|
||||
(route-handler/redirect! {:to :shortcut-setting}))
|
||||
:-for "customize_shortcuts"}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user