diff --git a/src/App.tsx b/src/App.tsx index 623e151..08fd89d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -110,7 +110,7 @@ function App() { e.preventDefault(); const scaleChange = e.deltaY > 0 ? -0.1 : 0.1; - const newScale = Math.min(Math.max(scale + scaleChange, 0.25), 16); + const newScale = Math.min(Math.max(scale + (scaleChange * scale), 0.25), 32); setScale(newScale); setCoords({