mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-30 05:50:34 +03:00
Increase search debounce timeout (#1169)
This commit is contained in:
parent
db442fb0c1
commit
b6a2ff1f5a
@ -157,7 +157,7 @@
|
|||||||
window.history.replaceState(null, '', '/');
|
window.history.replaceState(null, '', '/');
|
||||||
}
|
}
|
||||||
search(value);
|
search(value);
|
||||||
}, 50), false);
|
}, 200), false);
|
||||||
$searchClose.addEventListener('click', function(e) {
|
$searchClose.addEventListener('click', function(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user