Loading web/_js/main/main.js +2 −2 Original line number Diff line number Diff line Loading @@ -307,8 +307,8 @@ async function init() { // This creates a smoother experience zoom -= e.deltaY * (0.001 * zoom) } else { if (e.deltaY > 0) zoom /= 2 else if (e.deltaY < 0) zoom *= 2 if (e.deltaY > 0) zoom /= 1.3 else if (e.deltaY < 0) zoom *= 1.3 } zoom = Math.max(minZoom, Math.min(maxZoom, zoom)) Loading Loading
web/_js/main/main.js +2 −2 Original line number Diff line number Diff line Loading @@ -307,8 +307,8 @@ async function init() { // This creates a smoother experience zoom -= e.deltaY * (0.001 * zoom) } else { if (e.deltaY > 0) zoom /= 2 else if (e.deltaY < 0) zoom *= 2 if (e.deltaY > 0) zoom /= 1.3 else if (e.deltaY < 0) zoom *= 1.3 } zoom = Math.max(minZoom, Math.min(maxZoom, zoom)) Loading