Panayiotis Lipiridis преди 4 години
родител
ревизия
69a7b1f2b5
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  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) => {