[Video] add scrubber to the web player (#4943)
This commit is contained in:
@@ -5,10 +5,10 @@ export function useInteractionState() {
|
||||
|
||||
const onIn = React.useCallback(() => {
|
||||
setState(true)
|
||||
}, [setState])
|
||||
}, [])
|
||||
const onOut = React.useCallback(() => {
|
||||
setState(false)
|
||||
}, [setState])
|
||||
}, [])
|
||||
|
||||
return React.useMemo(
|
||||
() => ({
|
||||
|
||||
Reference in New Issue
Block a user