modified: ScrollButtons.tsx
This commit is contained in:
parent
e6828eeee8
commit
c727871922
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const ScrollButtons: FC<ScrollButtonsProps> = ({ scrollerFactoryRef, scrollState
|
||||||
className='emby-scrollbuttons-button btnPrev'
|
className='emby-scrollbuttons-button btnPrev'
|
||||||
onClick={triggerScrollLeft}
|
onClick={triggerScrollLeft}
|
||||||
icon='chevron_left'
|
icon='chevron_left'
|
||||||
disabled={!localeScrollPos > 0}
|
disabled={!(localeScrollPos > 0)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue