mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix(actionmenu): toggle help dialog when "shift+?" is pressed (#2828)
This commit is contained in:
parent
49bd683401
commit
6e767fc949
@ -74,7 +74,7 @@ export const actionShortcuts = register({
|
||||
return {
|
||||
appState: {
|
||||
...appState,
|
||||
showHelpDialog: true,
|
||||
showHelpDialog: !appState.showHelpDialog,
|
||||
},
|
||||
commitToHistory: false,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user