Skip to content

Commit 1e33125

Browse files
Update guide.js
1 parent d73f366 commit 1e33125

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/modules/guide.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ const renderGuide = (channelsToRender, isFirstLoad = false) => {
514514
guideState.scrollHandler = throttle(updateVisibleRows, 16);
515515
guideContainer.addEventListener('scroll', guideState.scrollHandler);
516516

517+
// MODIFIED: Removed the problematic resetScroll() call
517518
if (resetScroll) {
518519
guideContainer.scrollTop = 0;
519520
}

0 commit comments

Comments
 (0)