Skip to content

Commit 8124808

Browse files
authored
Update filebrowser.js
1 parent 9c6d909 commit 8124808

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
@@ -148,9 +148,9 @@ async function renderSidebarHTML() {
148148

149149
// scroll to end of title
150150

151-
sidebarTitle.children[0].classList.add('notransition');
151+
sidebarTitle.classList.add('notransition');
152152
onNextFrame(() => {
153-
sidebarTitle.children[0].classList.remove('notransition');
153+
sidebarTitle.classList.remove('notransition');
154154
});
155155

156156
sidebarTitle.children[0].scrollTo({

0 commit comments

Comments
 (0)