This commit is contained in:
yumoqing 2025-09-29 23:52:03 +08:00
parent 1786518ec3
commit 7f883dd0ca

View File

@ -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();
}