This commit is contained in:
yumoqing 2025-09-18 21:59:17 +08:00
parent 2447bbdd86
commit b63b582485

View File

@ -59,7 +59,7 @@ bricks.VideoPlayer = class extends bricks.VBox {
this.bind('domon', this.init.bind(this)); this.bind('domon', this.init.bind(this));
this.bind('domoff', this.destroy.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); schedule_once(this.hide_controls.bind(this), 40);
} }