2
0
zsviczian 1 жил өмнө
parent
commit
4b1c7fd20c

+ 1 - 1
src/components/App.tsx

@@ -3543,7 +3543,7 @@ class App extends React.Component<AppProps, AppState> {
   // Input handling
   // Input handling
   private onKeyDown = withBatchedUpdates(
   private onKeyDown = withBatchedUpdates(
     (event: React.KeyboardEvent | KeyboardEvent) => {
     (event: React.KeyboardEvent | KeyboardEvent) => {
-      if(this.state.resizingElement && event.shiftKey) {
+      if (this.state.resizingElement && event.shiftKey) {
         event.stopPropagation();
         event.stopPropagation();
         return;
         return;
       }
       }