Lower the debounce to 50ms

This commit is contained in:
nietonfir 2017-07-09 22:58:53 +02:00
parent b5df43cfbf
commit f1b7c69593

View file

@ -542,7 +542,7 @@
$search.classList.remove('search--active');
}
search(value);
}, 250), false);
}, 50), false);
$searchClose.addEventListener('click', function(e) {
e.stopPropagation();