diff --git a/script.js b/script.js index 6d783b7..a06b075 100644 --- a/script.js +++ b/script.js @@ -62,7 +62,7 @@ searchInput?.addEventListener("input", (event) => { const text = item.textContent.toLowerCase(); item.style.display = text.includes(query) ? "" : "none"; }); - }, 150); + }, 50); }); // OCR/formatting errors from epub conversion