move to post-recording step after stopping recording

This commit is contained in:
MarconLP 2023-04-19 10:20:57 +02:00
parent 70a484a270
commit fff2e44a0f
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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 = () => {