do not autoPlay video in Recorder component

This commit is contained in:
MarconLP 2023-04-22 00:46:12 +02:00
parent 165e8cc31b
commit dbf8e719de
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -274,8 +274,6 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
<video
src={URL.createObjectURL(blob)}
controls
autoPlay
ref={refVideo}
className="mb-4 w-[75vw]"
/>
)}