Panayiotis Lipiridis %!s(int64=4) %!d(string=hai) anos
pai
achega
69a7b1f2b5
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      src/appState.ts
  2. 1 0
      src/components/App.tsx

+ 1 - 1
src/appState.ts

@@ -73,7 +73,7 @@ export const getDefaultAppState = (): Omit<
     zenModeEnabled: false,
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
     viewModeEnabled: false,
-    networkSpeed: "calculating...",
+    networkSpeed: "",
   };
 };
 

+ 1 - 0
src/components/App.tsx

@@ -1039,6 +1039,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
       NETWORK_SPEED_THRESHOLD,
     );
   };
+
   // Copy/paste
 
   private onCut = withBatchedUpdates((event: ClipboardEvent) => {