We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3355f2 commit 9c6d909Copy full SHA for 9c6d909
filebrowser.js
@@ -148,9 +148,9 @@ async function renderSidebarHTML() {
148
149
// scroll to end of title
150
151
- sidebarTitle.classList.add('notransition');
+ sidebarTitle.children[0].classList.add('notransition');
152
onNextFrame(() => {
153
- sidebarTitle.classList.remove('notransition');
+ sidebarTitle.children[0].classList.remove('notransition');
154
});
155
156
sidebarTitle.children[0].scrollTo({
0 commit comments