add:合同导出功能
This commit is contained in:
@@ -4414,12 +4414,12 @@ vjs.SeekBar.prototype.onMouseMove = function(event){
|
||||
};
|
||||
|
||||
vjs.SeekBar.prototype.onMouseUp = function(event){
|
||||
debugger
|
||||
|
||||
vjs.Slider.prototype.onMouseUp.call(this, event);
|
||||
|
||||
this.player_.scrubbing = false;
|
||||
if (this.videoWasPlaying) {
|
||||
debugger
|
||||
|
||||
this.player_.play();
|
||||
}
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user