You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(zoom): remove setState rounding that caused trackpad pinch-to-zoom drift
setState was rounding scale to 2 decimal places and position to 3 decimal
places via parseFloat(toFixed(N)). During rapid trackpad pinch-to-zoom
(many small sequential wheel events), this quantization compounded
frame-over-frame, causing the zoom center to visibly tremble and drift.
Also removes stale hasExplicitPositionBounds reference from wheel.logic
(already deleted from bounds.utils).
Made-with: Cursor
0 commit comments