diff --git a/demo/index.js b/demo/index.js index e68bdd6..1454a39 100644 --- a/demo/index.js +++ b/demo/index.js @@ -41,4 +41,4 @@ const Playback = new VideoPlugin.Playback({ MyClip.addIncident(VideoClip, 0); VideoClip.addIncident(Playback, 0); -new Player({ clip: MyClip, showVolume: true }); +new Player({ clip: MyClip, showVolume: true, pointerEvents: false });