mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-07 17:47:17 +02:00
…
This commit is contained in:
@@ -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: "…",
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -1039,6 +1039,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
||||
NETWORK_SPEED_THRESHOLD,
|
||||
);
|
||||
};
|
||||
|
||||
// Copy/paste
|
||||
|
||||
private onCut = withBatchedUpdates((event: ClipboardEvent) => {
|
||||
|
Reference in New Issue
Block a user