mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix grid scroll
This commit is contained in:
parent
51f8a04596
commit
69991536a3
@ -478,9 +478,9 @@
|
||||
var tabContent = options.element;
|
||||
tabContent.innerHTML = Globalize.translateDocument(template);
|
||||
|
||||
Events.on(tabContent.querySelector('.programGrid'), 'scroll', function () {
|
||||
tabContent.querySelector('.programGrid').addEventListener('scroll', function (e) {
|
||||
|
||||
onProgramGridScroll(tabContent, this);
|
||||
onProgramGridScroll(tabContent, e.target);
|
||||
});
|
||||
|
||||
if (browserInfo.mobile) {
|
||||
|
Loading…
Reference in New Issue
Block a user