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
|
@ -299,13 +299,10 @@ define(['browser', 'layoutManager', 'dom', 'focusManager', 'ResizeObserver', 'sc
|
|||
}
|
||||
|
||||
// Start animation rendering
|
||||
if (newPos !== pos.dest) {
|
||||
pos.dest = newPos;
|
||||
|
||||
renderAnimateWithTransform(from, newPos, immediate);
|
||||
|
||||
lastAnimate = now;
|
||||
}
|
||||
// NOTE the dependency was modified here to fix a scrollbutton issue
|
||||
pos.dest = newPos;
|
||||
renderAnimateWithTransform(from, newPos, immediate);
|
||||
lastAnimate = now;
|
||||
};
|
||||
|
||||
function setStyleProperty(elem, name, value, speed, resetTransition) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue