From 69a7b1f2b5507cb0fd34fceeaffeebb08b5ebab4 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Sun, 7 Feb 2021 12:16:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/appState.ts | 2 +- src/components/App.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/appState.ts b/src/appState.ts index 42fbf9f0d..eb7aa37d4 100644 --- a/src/appState.ts +++ b/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: "…", }; }; diff --git a/src/components/App.tsx b/src/components/App.tsx index 40245a6cb..4e4c28332 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1039,6 +1039,7 @@ class App extends React.Component { NETWORK_SPEED_THRESHOLD, ); }; + // Copy/paste private onCut = withBatchedUpdates((event: ClipboardEvent) => {