- Fixed the 'handleWheelZoom' function that zoomed in incorrectly#841
- Fixed the 'handleWheelZoom' function that zoomed in incorrectly#841Nolesh wants to merge 1 commit intonamespace-ee:mainfrom
Conversation
|
@developer-ocansey — Flagging this for your review. Recommendation: The bug still exists — apply as a quick fix to the current codebase The bugThe wheel zoom formula in this.changeZoom(1.0 + (speed * deltaY) / 500, xPosition / this.state.width)When The fixThis PR correctly identifies that for symmetric zoom, zooming in should use Why it can't merge directlyThe PR targets the old The math is sound and this is a genuine UX improvement. I'd suggest just applying the fix directly to |
This PR fixes a bug related to incorrect zoom in calculation. This error is especially noticeable when using 10x zoom (ctrl + mouse wheel)