Wunderbar: bump debounce to 1s
per feedback
This commit is contained in:
parent
312c561529
commit
8291cdf7a9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const TAG_SEARCH_PREFIX = 'tag:';
|
|||
const L_KEY_CODE = 76;
|
||||
const ESC_KEY_CODE = 27;
|
||||
|
||||
const WUNDERBAR_INPUT_DEBOUNCE_MS = 500;
|
||||
const WUNDERBAR_INPUT_DEBOUNCE_MS = 1000;
|
||||
const LIGHTHOUSE_MIN_CHARACTERS = 3;
|
||||
|
||||
type Props = {
|
||||
|
|
Loading…
Reference in a new issue