Files
Arkie-Library-Frontend/.unipi
TerryM 53614189ce
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 38s
refactor(stream): simplify FilterChips by dropping the 1.5s scroll watcher
The defensive rAF + scroll loop and its touching guard were added to
fight an iOS sticky-relayout quirk, but the module-level lastScrollLeft
plus the useLayoutEffect mount restore already cover the common case.
The watch loop also interfered with a fresh slide gesture immediately
after a filter tap. Strip it out together with the surrounding inline
comments so the component is the minimum needed: gold active state on
click and a remount-surviving scroll position.
2026-06-03 14:32:47 +08:00
..