Skip to content

Commit

Permalink
chore: remove pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed Oct 10, 2022
1 parent 3f163ed commit d074aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });

0 comments on commit d074aeb

Please sign in to comment.