mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
remove scroll on detail screen
This commit is contained in:
parent
0feb44f586
commit
9ae1b3fcb8
@ -45,7 +45,6 @@
|
|||||||
getPromise().then(function (item) {
|
getPromise().then(function (item) {
|
||||||
|
|
||||||
reloadFromItem(page, item);
|
reloadFromItem(page, item);
|
||||||
window.scrollTo(0, 0);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user