This commit is contained in:
dwelle
2023-08-02 17:54:04 +02:00
parent 6711735b27
commit b0cdd00c2a
3 changed files with 9 additions and 2 deletions

View File

@@ -8358,7 +8358,7 @@ class App extends React.Component<AppProps, AppState> {
width: AppState["width"],
height: AppState["height"],
) => {
const DEFAULT_VIEWPORT_ZOOM_FACTOR = 0.2;
const DEFAULT_VIEWPORT_ZOOM_FACTOR = 0.7;
const lockZoom = scrollConstraints.lockZoom ?? false;
const viewportZoomFactor = scrollConstraints.viewportZoomFactor