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
Enhancement: Remove Legacy Scroll Prediction Heuristics from Grid ScrollManager (#9389)
- Removed legacy velocity and acceleration tracking properties (`lastScrollTime`, `lastScrollTop`, `scrollAcceleration`, `scrollVelocity`).
- Simplified `onBodyScroll`, `onBodyScrollEnd`, and `syncGridBody` methods to directly sync the actual `scrollTop` state.
- The obsolete kinematic equation heuristics are fully replaced by the deterministic `GridRowScrollPinning` addon.
0 commit comments