mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Final commit
This commit is contained in:
parent
76b0e8c01c
commit
37a6303800
5 changed files with 29 additions and 41 deletions
|
@ -145,7 +145,6 @@ const EmbyScrollButtonsPrototype = Object.create(HTMLDivElement.prototype);
|
|||
} else if (globalize.getIsRTL()) {
|
||||
newPos = Math.min(0, scrollPos - scrollSize);
|
||||
}
|
||||
console.log(newPos);
|
||||
|
||||
scroller.scrollToPosition(newPos, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue