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

pull/2831/head
Aakansha Doshi 4 years ago committed by GitHub
parent 49bd683401
commit 6e767fc949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save