From 2447bbdd86b844b476d290134188ebbdabcd64fd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 18 Sep 2025 21:57:51 +0800 Subject: [PATCH] bugfix --- bricks/videoplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/videoplayer.js b/bricks/videoplayer.js index bc29a2a..eb0377a 100644 --- a/bricks/videoplayer.js +++ b/bricks/videoplayer.js @@ -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); }