mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-29 21:40:35 +03:00
Lower the debounce to 50ms
This commit is contained in:
parent
b5df43cfbf
commit
f1b7c69593
@ -542,7 +542,7 @@
|
|||||||
$search.classList.remove('search--active');
|
$search.classList.remove('search--active');
|
||||||
}
|
}
|
||||||
search(value);
|
search(value);
|
||||||
}, 250), false);
|
}, 50), false);
|
||||||
$searchClose.addEventListener('click', function(e) {
|
$searchClose.addEventListener('click', function(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user