Skip to content

Commit 46c3f5c

Browse files
authored
Update filebrowser.js
1 parent 57f3819 commit 46c3f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function renderSidebarHTML() {
148148

149149
// scroll to end of title
150150

151-
if (titleAnimation == '') {
151+
if (!titleAnimation) {
152152

153153
sidebarTitle.classList.add('notransition');
154154

0 commit comments

Comments
 (0)