fix: export dialog shortcut toggles console on firefox (#6620)

This commit is contained in:
David Luzar
2023-05-24 22:52:21 +02:00
committed by GitHub
parent 13780f390a
commit 75bea48b54

View File

@ -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;
}