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

Enable Scrolling

This commit is contained in:
Niklas Fäth 2019-07-10 17:18:11 +02:00 committed by GitHub
parent bcb66ac150
commit 6d52868166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ define(['dom'], function (dom) {
try {
element.focus({
preventScroll: true
preventScroll: false
});
} catch (err) {
console.log('Error in focusManager.autoFocus: ' + err);
@ -548,4 +548,4 @@ define(['dom'], function (dom) {
focusLast: focusLast,
moveFocus: moveFocus
};
});
});