We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f88c1a commit b8d8bbfCopy full SHA for b8d8bbf
filebrowser.js
@@ -149,9 +149,9 @@ async function renderSidebarHTML() {
149
// scroll to end of title
150
151
sidebarTitle.classList.add('notransition');
152
- onNextFrame(() => {
+ window.setTimeout(() => {
153
sidebarTitle.classList.remove('notransition');
154
- });
+ }, 180);
155
156
sidebarTitle.children[0].scrollTo({
157
left: sidebarTitle.children[0].scrollWidth - sidebarTitle.children[0].offsetLeft,
0 commit comments