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 infinite scroll by switching from revealed to intersect trigger
HTMX's revealed trigger listens for window.scroll events, which never
fire when scrolling inside .message-list (overflow-y: auto). The
intersect trigger uses IntersectionObserver which correctly handles
overflow clipping in ancestor scroll containers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments