From 3201f9ee16a87a701f58ef034640624765ad5f2b Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Wed, 6 Nov 2024 20:03:00 +0800 Subject: [PATCH] minor fix search function enhancement --- module/webroot/index.js | 1 - 1 file changed, 1 deletion(-) 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";