value adjusting
This commit is contained in:
parent
b4909cce73
commit
f4a5ef172d
@ -334,8 +334,7 @@ const ExternalVideoPlayer: React.FC<ExternalVideoPlayerProps> = ({
|
||||
};
|
||||
|
||||
const handleOnReady= () => {
|
||||
currentTime = 0;
|
||||
console.log('IM REEEEAAAAADY');
|
||||
currentTime = -1;
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user