Compare commits
1 Commits
ccbc8de04d
...
3d333665f2
Author | SHA1 | Date | |
---|---|---|---|
3d333665f2 |
@@ -117,6 +117,9 @@ export function VideoPlayer({ ms }: VideoPlayerProps) {
|
||||
const videoRef = useRef<HTMLVideoElement>(null)
|
||||
|
||||
useEffect(() => {
|
||||
if (ready) {
|
||||
return
|
||||
}
|
||||
if (videoRef.current) {
|
||||
if (videoRef.current) {
|
||||
const ref = videoRef.current
|
||||
|
Reference in New Issue
Block a user