Skip to content

Commit f2f4c1e

Browse files
committed
Update filebrowser.js
1 parent 6da4cb8 commit f2f4c1e

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
@@ -335,7 +335,7 @@ async function renderSidebarHTML() {
335335
// scroll to end of title
336336
sidebarLogo.scrollTo({
337337
left: sidebarLogo.scrollWidth - sidebarLogo.offsetLeft,
338-
behavior: titleAnimation
338+
behavior: 'smooth'
339339
});
340340

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

0 commit comments

Comments
 (0)