mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: export dialog shortcut toggles console on firefox (#6620)
This commit is contained in:
parent
13780f390a
commit
75bea48b54
@ -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…
Reference in New Issue
Block a user