Skip to content

Commit

Permalink
feat: VideoPlayer playPause while video clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenfiddish committed Jun 9, 2022
1 parent f7b1866 commit c003449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class VideoPlayer extends React.Component<IVideoPlayerProps, IVideoPlayer
onDurationChange={setDuration}
width='100%'
height='100%'
onClick={playPause}
/>

<FileException
Expand Down

0 comments on commit c003449

Please sign in to comment.