mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
multiple fixes and otimizations
This commit is contained in:
parent
1171bc1cdf
commit
b49524e5ea
10 changed files with 9 additions and 18 deletions
|
@ -223,7 +223,7 @@ import layoutManager from './layoutManager';
|
|||
let parent = element.parentElement;
|
||||
|
||||
while (parent) {
|
||||
// Skip '../../elements/emby-scroller/emby-scroller' because it scrolls by itself
|
||||
// Skip 'emby-scroller' because it scrolls by itself
|
||||
if (!parent.classList.contains('emby-scroller') &&
|
||||
parent[nameScroll] > parent[nameClient] && parent.classList.contains(nameClass)) {
|
||||
return parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue