2024-10-06, 05:38 PM
Looking at the line mentioned in that github issue, turning off smooth scrolling in the OS's browser settings would also turn it off in the jellyfin app.
But if you want a jellyfin app specific change, you'd have to clone the git as documented below.
https://github.com/jellyfin/jellyfin-tiz...ng-started
And change this line located at jellyfin-web/src/components/scrollManager.js
https://github.com/jellyfin/jellyfin-web...er.js#L480
And change it to
But if you want a jellyfin app specific change, you'd have to clone the git as documented below.
https://github.com/jellyfin/jellyfin-tiz...ng-started
And change this line located at jellyfin-web/src/components/scrollManager.js
https://github.com/jellyfin/jellyfin-web...er.js#L480
And change it to
Code:
return false;