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

Fix Scroll arrows missing when searching

This commit is contained in:
grafixeyehero 2019-12-02 22:48:14 +03:00
parent 78fd41ef05
commit 396652d31b

View file

@ -581,8 +581,6 @@ define(['layoutManager', 'globalize', 'require', 'events', 'connectionManager',
allowBottomPadding: !enableScrollX()
}, cardOptions || {}));
section.querySelector('.emby-scroller').scrollToBeginning(true);
}
function enableScrollX() {
@ -636,4 +634,4 @@ define(['layoutManager', 'globalize', 'require', 'events', 'connectionManager',
};
return SearchResults;
});
});