From 7f883dd0ca0f2e5ecd24d26011899d26d192c6c6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Sep 2025 23:52:03 +0800 Subject: [PATCH] bugfix --- bricks/recorder.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/bricks/recorder.js b/bricks/recorder.js index 2de646d..f3aa33b 100644 --- a/bricks/recorder.js +++ b/bricks/recorder.js @@ -275,9 +275,6 @@ bricks.SysCamera= class extends bricks.SysVideoRecorder { } this.task_period = 0; this.task = null; - const file = new File([blob], - filename, - { type: this.mimetype }); this.dispatch('shot', {url: this.dataurl, file:this.imgfile}); this.close_recorder(); }