This commit is contained in:
zsviczian
2023-11-27 19:39:16 +01:00
committed by GitHub
parent 606c647e3d
commit 4b1c7fd20c
+1 -1
View File
@@ -3543,7 +3543,7 @@ class App extends React.Component<AppProps, AppState> {
// Input handling
private onKeyDown = withBatchedUpdates(
(event: React.KeyboardEvent | KeyboardEvent) => {
if(this.state.resizingElement && event.shiftKey) {
if (this.state.resizingElement && event.shiftKey) {
event.stopPropagation();
return;
}