diff --git a/module/webroot/index.js b/module/webroot/index.js index 8c7eb86..d3e9c5f 100644 --- a/module/webroot/index.js +++ b/module/webroot/index.js @@ -239,7 +239,6 @@ searchInput.addEventListener("input", (e) => { clearBtn.addEventListener("click", () => { searchInput.value = ""; clearBtn.style.display = "none"; - searchInput.focus(); const apps = appListContainer.querySelectorAll(".card"); apps.forEach(app => { app.style.display = "block";