Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
tesseract-design
/
tesseract
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Update seek time display
Whenever seeking stops, immediately update current time display.
pull/1/head
TheoryOfNekomata
hace 1 año
padre
71df297b08
commit
68cfb8111a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
packages/web-kitchensink-reactnext/src/categories/blob/react/hooks/interactive/media.ts
+ 1
- 0
packages/web-kitchensink-reactnext/src/categories/blob/react/hooks/interactive/media.ts
Ver fichero
@@ -77,6 +77,7 @@ export const useMediaControls = <T extends HTMLMediaElement>({
const { currentTarget: thisElement } = e;
setIsSeeking(false);
setCurrentTimeDisplay(thisElement.valueAsNumber);
doSetSeek(thisElement, mediaController);
}, [ref, doSetSeek]);
Escribir
Vista previa
Cargando…
Cancelar
Guardar