Explorar el Código

bigger timeout

master
Martin Dørum hace 4 años
padre
commit
b16417b4ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      client/src/ListInput.svelte

+ 1
- 1
client/src/ListInput.svelte Ver fichero

@@ -19,7 +19,7 @@
}

function onBlur() {
setTimeout(() => hidden = true, 50);
setTimeout(() => hidden = true, 100);
}

function onFocus() {

Cargando…
Cancelar
Guardar