bugfix
This commit is contained in:
parent
60a708f0da
commit
bb1eab3172
@ -68,7 +68,7 @@ bricks.Video = class extends bricks.Layout {
|
||||
this.hidedbtn.dispatch('click');
|
||||
}
|
||||
play(){
|
||||
this.hidedbtn.hide();
|
||||
// this.hidedbtn.hide();
|
||||
console.log('Video:play() called....');
|
||||
this.player.play();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user