feat: add zoom lock and viewportZoomFactor
This commit is contained in:
@@ -229,6 +229,10 @@ export type AppState = {
|
||||
width: number;
|
||||
height: number;
|
||||
isAnimating?: boolean;
|
||||
opts?: {
|
||||
viewportZoomFactor?: number;
|
||||
lockZoom?: boolean;
|
||||
};
|
||||
} | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user