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
This commit is contained in:
dkanada 2019-12-05 02:32:57 +09:00 committed by GitHub
commit b35a6e17eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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