1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Final commit

This commit is contained in:
Hadi Charara 2022-07-08 13:25:59 -04:00
parent 76b0e8c01c
commit 37a6303800
5 changed files with 29 additions and 41 deletions

View file

@ -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);
}