zsviczian 1 tahun lalu
induk
melakukan
85ebc4e2f1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/excalidraw/components/App.tsx

+ 1 - 1
packages/excalidraw/components/App.tsx

@@ -4892,7 +4892,7 @@ class App extends React.Component<AppProps, AppState> {
         //Once from the onTouchStart event handler, once from the double click event handler
         return;
       }
-      this.debounceDoubleClickTimestamp = now;  
+      this.debounceDoubleClickTimestamp = now;
       this.updateScene(actionToggleEraserTool.perform([] as any, this.state));
       return;
     }