Skip to content

Commit 6da4cb8

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

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

filebrowser.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -332,19 +332,6 @@ async function renderSidebarHTML() {
332332
}
333333

334334

335-
// animate title
336-
if (sidebarLogo.scrollLeft > 0) titleAnimation = 'smooth';
337-
338-
if (!titleAnimation) {
339-
340-
sidebarLogo.classList.add('notransition');
341-
342-
window.setTimeout(() => {
343-
sidebarLogo.classList.remove('notransition');
344-
}, 180);
345-
346-
}
347-
348335
// scroll to end of title
349336
sidebarLogo.scrollTo({
350337
left: sidebarLogo.scrollWidth - sidebarLogo.offsetLeft,

0 commit comments

Comments
 (0)