do not autoPlay video in Recorder component
This commit is contained in:
parent
165e8cc31b
commit
dbf8e719de
1 changed files with 0 additions and 2 deletions
|
|
@ -274,8 +274,6 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
|
||||||
<video
|
<video
|
||||||
src={URL.createObjectURL(blob)}
|
src={URL.createObjectURL(blob)}
|
||||||
controls
|
controls
|
||||||
autoPlay
|
|
||||||
ref={refVideo}
|
|
||||||
className="mb-4 w-[75vw]"
|
className="mb-4 w-[75vw]"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue