mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix all outstanding bugs and quirks with new scrollbuttons
This commit is contained in:
parent
63b4249c34
commit
9c9d4ba58c
6 changed files with 33 additions and 93 deletions
|
@ -184,14 +184,6 @@ define(['scroller', 'dom', 'layoutManager', 'inputManager', 'focusManager', 'bro
|
|||
}
|
||||
};
|
||||
|
||||
ScrollerPrototype.afterRefresh = function () {
|
||||
var buttons = this.parentNode.parentNode.querySelector('.emby-scrollbuttons');
|
||||
if (buttons) {
|
||||
this.parentNode.scroller.reload();
|
||||
buttons.refresh(this.parentNode);
|
||||
}
|
||||
}
|
||||
|
||||
ScrollerPrototype.detachedCallback = function () {
|
||||
if (this.getAttribute('data-navcommands')) {
|
||||
inputManager.off(this, onInputCommand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue