Browse Source

bigger timeout

master
Martin Dørum 4 years ago
parent
commit
b16417b4ac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      client/src/ListInput.svelte

+ 1
- 1
client/src/ListInput.svelte View File

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

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

function onFocus() {

Loading…
Cancel
Save