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