mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 03:34:43 +01:00
refactor: simplify zoom by removing zoom.translation (#4477)
This commit is contained in:
@@ -155,10 +155,6 @@ export type NormalizedZoomValue = number & { _brand: "normalizedZoom" };
|
||||
|
||||
export type Zoom = Readonly<{
|
||||
value: NormalizedZoomValue;
|
||||
translation: Readonly<{
|
||||
x: number;
|
||||
y: number;
|
||||
}>;
|
||||
}>;
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
||||
Reference in New Issue
Block a user