This commit is contained in:
yumoqing 2025-09-18 21:57:51 +08:00
parent 3a795364c6
commit 2447bbdd86

View File

@ -59,7 +59,7 @@ bricks.VideoPlayer = class extends bricks.VBox {
this.bind('domon', this.init.bind(this));
this.bind('domoff', this.destroy.bind(this));
this.bind('click', this,show_controls.bind(this);
this.bind('click', this,show_controls.bind(this));
schedule_once(this.hide_controls.bind(this), 40);
}