We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63d517 commit 9eee5d9Copy full SHA for 9eee5d9
filebrowser.js
@@ -837,7 +837,7 @@ async function renderSidebarHTML(pageNum = 1) {
837
fileWrapper.innerHTML += out;
838
839
// scroll to start of new page
840
- sidebar.scrollTo(0, (sidebar.scrollTop + 54)); // more button height
+ //sidebar.scrollTo(0, (sidebar.scrollTop + 54)); // more button height
841
842
}
843
0 commit comments