mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 15:31:27 +00:00
Wunderbar: bump debounce to 1s
per feedback
This commit is contained in:
parent
afe23ad359
commit
26cdc736a6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const TAG_SEARCH_PREFIX = 'tag:';
|
||||||
const L_KEY_CODE = 76;
|
const L_KEY_CODE = 76;
|
||||||
const ESC_KEY_CODE = 27;
|
const ESC_KEY_CODE = 27;
|
||||||
|
|
||||||
const WUNDERBAR_INPUT_DEBOUNCE_MS = 500;
|
const WUNDERBAR_INPUT_DEBOUNCE_MS = 1000;
|
||||||
const LIGHTHOUSE_MIN_CHARACTERS = 3;
|
const LIGHTHOUSE_MIN_CHARACTERS = 3;
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue