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: improve scroll-to-center reliability with requestAnimationFrame
- Replace setTimeout with requestAnimationFrame for more reliable DOM synchronization
- Add proper boundary checking to prevent scrolling past container limits
- Ensure scroll position stays within valid bounds using Math.min/max
0 commit comments