…
This commit is contained in:
parent
3b11b1d9d3
commit
69a7b1f2b5
@ -73,7 +73,7 @@ export const getDefaultAppState = (): Omit<
|
|||||||
zenModeEnabled: false,
|
zenModeEnabled: false,
|
||||||
zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
|
zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
|
||||||
viewModeEnabled: false,
|
viewModeEnabled: false,
|
||||||
networkSpeed: "calculating...",
|
networkSpeed: "…",
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1039,6 +1039,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
|||||||
NETWORK_SPEED_THRESHOLD,
|
NETWORK_SPEED_THRESHOLD,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Copy/paste
|
// Copy/paste
|
||||||
|
|
||||||
private onCut = withBatchedUpdates((event: ClipboardEvent) => {
|
private onCut = withBatchedUpdates((event: ClipboardEvent) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user