mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: export dialog shortcut toggles console on firefox (#6620)
This commit is contained in:
parent
13780f390a
commit
75bea48b54
1 changed files with 1 additions and 0 deletions
|
@ -2156,6 +2156,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
event.shiftKey &&
|
||||
event[KEYS.CTRL_OR_CMD]
|
||||
) {
|
||||
event.preventDefault();
|
||||
this.setState({ openDialog: "imageExport" });
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue