fix(#ott2590): auto scroll direction fix

keep-around/613c224ecaa7e53247eddeed555f1bf5ae7a3e05
Farber Denis 3 years ago
parent a36b32f337
commit 613c224eca
  1. 2
      src/features/MultiSourcePlayer/hooks/index.tsx

@ -229,7 +229,7 @@ export const useMultiSourcePlayer = ({
if (ready && videoRef) {
videoRef.current?.scrollIntoView({
behavior: 'smooth',
block: 'end',
block: 'start',
})
}
}, [ready, videoRef])

Loading…
Cancel
Save