Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Nov 23, 2024
1 parent 2a27714 commit 927e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function positionInfoBox(event) {
}

// Attach the scroll event listener to automatically collapse the menu on scroll
window.addEventListener('scroll', collapseOnScroll);
// window.addEventListener('scroll', collapseOnScroll);
// Attach the resize event listener
window.addEventListener('resize', handleResize);
});
Expand Down

0 comments on commit 927e9ae

Please sign in to comment.