bugfix
This commit is contained in:
parent
1786518ec3
commit
7f883dd0ca
@ -275,9 +275,6 @@ bricks.SysCamera= class extends bricks.SysVideoRecorder {
|
|||||||
}
|
}
|
||||||
this.task_period = 0;
|
this.task_period = 0;
|
||||||
this.task = null;
|
this.task = null;
|
||||||
const file = new File([blob],
|
|
||||||
filename,
|
|
||||||
{ type: this.mimetype });
|
|
||||||
this.dispatch('shot', {url: this.dataurl, file:this.imgfile});
|
this.dispatch('shot', {url: this.dataurl, file:this.imgfile});
|
||||||
this.close_recorder();
|
this.close_recorder();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user