1
0
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:
Eric Cornelissen 2019-02-03 23:32:44 +02:00 committed by Johan Fagerberg
parent db442fb0c1
commit b6a2ff1f5a

View File

@ -157,7 +157,7 @@
window.history.replaceState(null, '', '/');
}
search(value);
}, 50), false);
}, 200), false);
$searchClose.addEventListener('click', function(e) {
e.stopPropagation();