Transition from list to single then back to list removes scroll listener
dylanfoster opened this issue · 3 comments
dylanfoster commented
At least that's what I believe is happening. Basically, on a list view, the scroll listener fires fine, then if you transition to single item, then back to the list, nothing is fired. I set a debugger in VerticalCollection._updateChildStates
to verify and this seems to be completely skipped after coming back to the list
runspired commented
I observed what I think is this bug while working on updating the docs site, but it wasn't consistently reproducible. Will try to investigate this soon.
dylanfoster commented
Awesome let me know if I can help in any way
runspired commented
Should be fixed by updating to @html-next/vertical-collection
(now re-exported by this lib)