mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix resizeobserver loop
This commit is contained in:
parent
00ec92cc02
commit
5598f49c32
6 changed files with 103 additions and 18 deletions
|
@ -10,7 +10,6 @@ enum Direction {
|
|||
}
|
||||
|
||||
interface ScrollButtonsProps {
|
||||
scrollRef?: React.MutableRefObject<HTMLElement | null>;
|
||||
scrollerFactoryRef: React.MutableRefObject<scrollerFactory | null>;
|
||||
scrollState: {
|
||||
scrollSize: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue