diff --git a/src/lib/util/panZoom.ts b/src/lib/util/panZoom.ts index 65f37ed7..eca92c18 100644 --- a/src/lib/util/panZoom.ts +++ b/src/lib/util/panZoom.ts @@ -99,7 +99,7 @@ export class PanZoomState { public reset() { this.pzoom?.reset(); // Zoom out a bit to avoid overlap with the toolbar - this.pzoom?.zoom(0.9); + this.pzoom?.zoom(0.875); this.isDirty = false; } }