Skip to content

Commit 2a0c61c

Browse files
committed
Update filebrowser.js
1 parent cc7bbbf commit 2a0c61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ sidebar.addEventListener('scroll', () => {
898898
const maxScroll = sidebar.scrollHeight - sidebar.clientHeight;
899899

900900
// if scrolled to bottom of sidebar
901-
if (sidebar.scrollTop => maxScroll) {
901+
if (sidebar.scrollTop >= maxScroll) {
902902

903903
// load more repos
904904
clickedOnMoreButtonHTML(moreButton);

0 commit comments

Comments
 (0)