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

Merge pull request #612 from grafixeyehero/fix-searchresult-btnscroller

Fix Scroll arrows missing when searching

(cherry picked from commit b35a6e17eb)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2019-12-05 02:32:57 +09:00 committed by Joshua Boniface
parent bdf8553728
commit 298d8d7929

View file

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