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

Don't use smooth scrolling by default on non-Tizen

This commit is contained in:
MrTimscampi 2020-02-01 18:28:57 +01:00
parent 06f64190e6
commit b113f25327

View file

@ -372,7 +372,7 @@ define(["dom", "browser", "layoutManager"], function (dom, browser, layoutManage
*/
function useSmoothScroll() {
if (browser.tizen || browser.web0s || browser.firefox || browser.chrome) {
if (browser.tizen) {
return true;
}