Skip to content

Commit 207a36c

Browse files
committed
Update filebrowser.js
1 parent 430b9f9 commit 207a36c

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

121121
sidebarLogo.classList.add('notransition');
122122

123-
window.setTimeout(() => {
123+
onNextFrame(() => {
124124
sidebarLogo.classList.remove('notransition');
125-
}, 180);
125+
});
126126

127127

128128
if (contents != '') {

0 commit comments

Comments
 (0)