surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.27k stars 1.13k forks source link

How to prevent drag operation triggering the play and pause event? #308

Open x1nGoo opened 5 years ago

x1nGoo commented 5 years ago

I just want to call the interface when I click play and pause. When I am dragging the time bar, I don't need to call. so how to prevent drag operation triggering the play and pause event ? or how could I judge that this event is caused by dragging?

x1nGoo commented 5 years ago

@surmon-china