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