Wunderbar: bump debounce to 1s

per feedback
This commit is contained in:
infinite-persistence 2021-06-27 11:02:52 +08:00
parent 312c561529
commit 8291cdf7a9
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -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 = {