Skip to content

Commit e17226c

Browse files
authored
Update filebrowser.js
1 parent c0c635d commit e17226c

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
@@ -566,7 +566,7 @@ sidebarTitle.children[0].addEventListener('scroll', () => {
566566
}
567567

568568
if ((sidebarTitle.children[0].offsetWidth + sidebarTitle.children[0].scrollLeft)
569-
== sidebarTitle.children[0].scrollWidth) {
569+
>= sidebarTitle.children[0].scrollWidth) {
570570

571571
sidebarTitle.classList.add('scrolled-end');
572572

0 commit comments

Comments
 (0)