Update ScrollButtons.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ const ScrollButtons: FC<ScrollButtonsProps> = ({ scrollerFactoryRef, scrollState
|
||||
className='emby-scrollbuttons-button btnPrev'
|
||||
onClick={triggerScrollLeft}
|
||||
icon='chevron_left'
|
||||
disabled={!(localeScrollPos > 0)}
|
||||
disabled={localeScrollPos <= 0}
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user