Fix bug 53192: fix media play/pause

This commit is contained in:
Viktor Fomin 2021-10-18 13:55:50 +03:00
parent 4fc807590d
commit ec0bb0a1b8

View File

@ -456,10 +456,9 @@ class VideoViewer extends Component {
height={height}
left={left}
top={height + controlsHeight}
onClick={this.handlePlayPause}
>
<div>
<div className="playerWrapper">
<div className="playerWrapper" onClick={this.handlePlayPause}>
<ReactPlayer
ref={this.ref}
className="react-player"