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

update components

This commit is contained in:
Luke Pulverenti 2016-07-13 14:23:01 -04:00
parent 6d832b2699
commit 946e1d91bb
7 changed files with 34 additions and 33 deletions

View file

@ -998,7 +998,9 @@ define(['browser', 'layoutManager', 'scrollStyles'], function (browser, layoutMa
dragSourceElement.addEventListener(eventName, dragInitSlidee);
});
window.addEventListener('resize', onResize, true);
if (!o.scrollWidth) {
window.addEventListener('resize', onResize, true);
}
if (!o.horizontal) {
addEventListenerWithOptions(frameElement, 'scroll', resetScroll, {