fix(actionmenu): toggle help dialog when "shift+?" is pressed (#2828)

This commit is contained in:
Aakansha Doshi
2021-01-21 16:43:47 +05:30
committed by GitHub
parent 49bd683401
commit 6e767fc949

View File

@ -74,7 +74,7 @@ export const actionShortcuts = register({
return {
appState: {
...appState,
showHelpDialog: true,
showHelpDialog: !appState.showHelpDialog,
},
commitToHistory: false,
};