1 parent d73f366 commit 1e33125Copy full SHA for 1e33125
1 file changed
public/js/modules/guide.js
@@ -514,6 +514,7 @@ const renderGuide = (channelsToRender, isFirstLoad = false) => {
514
guideState.scrollHandler = throttle(updateVisibleRows, 16);
515
guideContainer.addEventListener('scroll', guideState.scrollHandler);
516
517
+ // MODIFIED: Removed the problematic resetScroll() call
518
if (resetScroll) {
519
guideContainer.scrollTop = 0;
520
}
0 commit comments