Media Viewer: Video fullscreen on double click (restore lost change)
This commit is contained in:
parent
c38159eee1
commit
f940f45907
@ -165,6 +165,7 @@ const VideoPlayer: FC<OwnProps> = ({
|
||||
style={videoStyle}
|
||||
onEnded={handleEnded}
|
||||
onClick={togglePlayState}
|
||||
onDoubleClick={handleFullscreenChange}
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
{...bufferingHandlers}
|
||||
onTimeUpdate={handleTimeUpdate}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user