mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix(actionmenu): toggle help dialog when "shift+?" is pressed (#2828)
This commit is contained in:
parent
49bd683401
commit
6e767fc949
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export const actionShortcuts = register({
|
||||||
return {
|
return {
|
||||||
appState: {
|
appState: {
|
||||||
...appState,
|
...appState,
|
||||||
showHelpDialog: true,
|
showHelpDialog: !appState.showHelpDialog,
|
||||||
},
|
},
|
||||||
commitToHistory: false,
|
commitToHistory: false,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue