Skip to content

Commit 9eee5d9

Browse files
committed
Update filebrowser.js
1 parent f63d517 commit 9eee5d9

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
@@ -837,7 +837,7 @@ async function renderSidebarHTML(pageNum = 1) {
837837
fileWrapper.innerHTML += out;
838838

839839
// scroll to start of new page
840-
sidebar.scrollTo(0, (sidebar.scrollTop + 54)); // more button height
840+
//sidebar.scrollTo(0, (sidebar.scrollTop + 54)); // more button height
841841

842842
}
843843

0 commit comments

Comments
 (0)