Closed mosaicer closed 6 years ago
I disconnect AUTO_REFRESH_OBSERVER
, the MutationObserver to observe new tweets, when displaying any tweets. Also, I connect AUTO_REFRESH_OBSERVER
when dismissing any tweets. In other words, I stop AUTO_REFRESH_OBSERVER
while displaying any tweets. [985caff]
While displaying any tweets, the page moves to the top whenever the auto-scroll feature runs. I think the behavior is not correct, so I want to fix it.