Skip to content

Commit 8ea35b5

Browse files
committed
Update filebrowser.js
1 parent d16c39e commit 8ea35b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filebrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ async function renderSidebarHTML() {
410410

411411
// scroll to end of title
412412
sidebarLogo.scrollTo({
413-
left: sidebarLogo.scrollWidth - sidebarLogo.offsetLeft,
414-
behavior: 'smooth'
413+
left: sidebarLogo.scrollWidth - sidebarLogo.offsetLeft//,
414+
//behavior: 'smooth'
415415
});
416416

417417
} else if (repo != '') {

0 commit comments

Comments
 (0)