move to post-recording step after stopping recording
This commit is contained in:
parent
70a484a270
commit
fff2e44a0f
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ export default function Recorder() {
|
||||||
steam?.getTracks().map((track) => track.stop());
|
steam?.getTracks().map((track) => track.stop());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
setStep("post");
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleDelete = () => {
|
const handleDelete = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue