From f1b7c6959377c20408db4718916da9d1c939e71e Mon Sep 17 00:00:00 2001 From: nietonfir Date: Sun, 9 Jul 2017 22:58:53 +0200 Subject: [PATCH] Lower the debounce to 50ms --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e893bd07..f074d89a 100644 --- a/index.html +++ b/index.html @@ -542,7 +542,7 @@ $search.classList.remove('search--active'); } search(value); - }, 250), false); + }, 50), false); $searchClose.addEventListener('click', function(e) { e.stopPropagation();