Fix: Disabled preventDefault() when initializing PanZoom (panzoom.js)

pull/4137/head
IgorA100 2024-09-17 17:42:41 +03:00 committed by GitHub
parent caa219261d
commit 0ecb9a7754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ var zmPanZoom = {
object.each( function() {
params.obj = this;
params.handleStartEvent = () => {}; //Prevents the progress bar generated by video.js from breaking because it disables preventDefault(), which is enabled by default.
_this.action('enable', params);
});
},