mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01:08 +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(value);
|
||||
}, 250), false);
|
||||
}, 50), false);
|
||||
$searchClose.addEventListener('click', function(e) {
|
||||
e.stopPropagation();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user