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
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.
The text was updated successfully, but these errors were encountered:
It would seem that
scrollIntoView
can just randomly silently fail and then theIntersectionObserver
never gets fired. An ugly workaround for now is just doingsetTimeout
and committingSET_NAVIGATING
there.Seems to especially happen if you click to select a list then try to use page up/down.
The text was updated successfully, but these errors were encountered: