From f86f6a52c0cf121ce5e21a8090dd52846fab8baf Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+criszz77@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:29:39 +0200 Subject: [PATCH] Fix pipeline --- src/VideoPlayer.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/VideoPlayer.tsx b/src/VideoPlayer.tsx index 6f6313d..34a5784 100644 --- a/src/VideoPlayer.tsx +++ b/src/VideoPlayer.tsx @@ -40,14 +40,10 @@ export const VideoPlayer = (props: VideoPlayerProps) => { onError, onBack, onEnd, - onEnterFullscreen = () => { - }, - onExitFullscreen = () => { - }, - onHideControls = () => { - }, - onShowControls = () => { - }, + onEnterFullscreen = () => {}, + onExitFullscreen = () => {}, + onHideControls = () => {}, + onShowControls = () => {}, onPause, onPlay, onLoad,