mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
and increase debounce a bit
This commit is contained in:
parent
bf659781b0
commit
ececdad22d
|
@ -3220,7 +3220,7 @@ document.onkeydown = function (e) {
|
||||||
clearTimeout(defer_timeout);
|
clearTimeout(defer_timeout);
|
||||||
clearTimeout(search_timeout);
|
clearTimeout(search_timeout);
|
||||||
search_timeout = setTimeout(do_search,
|
search_timeout = setTimeout(do_search,
|
||||||
v && v.length < (is_touch ? 4 : 3) ? 600 : 200);
|
v && v.length < (is_touch ? 4 : 3) ? 1000 : 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue