zsviczian-stopeventpropagation-onresize
zsviczian 1 year ago committed by GitHub
parent 606c647e3d
commit 4b1c7fd20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save