From 90134e631cb54f01b4158c23c125a4b0097f452d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Sep 2025 17:52:42 +0800 Subject: [PATCH] bugfix --- bricks/recorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/recorder.js b/bricks/recorder.js index 38d7f73..32bfe48 100644 --- a/bricks/recorder.js +++ b/bricks/recorder.js @@ -137,7 +137,7 @@ bricks.SysVideoRecorder = class extends bricks.MediaRecorder { this.preview.add_widget(this.imgw); this.task = schedule_once(this.show_picture.bind(this), this.task_period); } - show_picture(){ + async show_picture(){ if (this.task_period == 0){ return; }