mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
606c647e3d
commit
4b1c7fd20c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue