chore(sample): clean log in sample (#3868)
This commit is contained in:
parent
b698b1837b
commit
a604cd750a
@ -99,7 +99,6 @@ const Seeker = ({
|
||||
|
||||
useEffect(() => {
|
||||
if (!isLoading && !seeking && !isUISeeking) {
|
||||
console.log('update position from currentTime');
|
||||
const percent = currentTime / duration;
|
||||
const position = seekerWidth * percent;
|
||||
updateSeekerPosition(position);
|
||||
|
Loading…
Reference in New Issue
Block a user