fix(1532): changed event callback to onClickCapture (#461)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 4 years ago committed by GitHub
parent 482a0a0f0e
commit 47d202d4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MultiSourcePlayer/index.tsx

@ -127,7 +127,7 @@ export const MultiSourcePlayer = (props: Props) => {
size='lg'
marginRight={0}
playing={playing}
onClick={togglePlaying}
onClickCapture={togglePlaying}
/>
<Forward size='lg' onClick={rewindForward}>{REWIND_SECONDS}</Forward>
</CenterControls>

Loading…
Cancel
Save