It would seem that scrollIntoView can just randomly silently fail and then the IntersectionObserver never gets fired. An ugly workaround for now is just doing setTimeout and committing SET_NAVIGATING there.
Seems to especially happen if you click to select a list then try to use page up/down.
It would seem that
scrollIntoViewcan just randomly silently fail and then theIntersectionObservernever gets fired. An ugly workaround for now is just doingsetTimeoutand committingSET_NAVIGATINGthere.Seems to especially happen if you click to select a list then try to use page up/down.