search improvements 3
All checks were successful
Build Org Website / build (push) Successful in 51s

This commit is contained in:
2026-05-13 23:24:24 +01:00
parent 1b796ce91e
commit b84f5d2691

View File

@@ -408,8 +408,6 @@ if (searchInput && searchBtn && paneInput && modalResults && paneCount) {
modal.addEventListener("click", (e) => { modal.addEventListener("click", (e) => {
if (e.target.hasAttribute("data-search-close")) { if (e.target.hasAttribute("data-search-close")) {
console.log("Closing search pane");
e.preventDefault();
closeSearchPane(); closeSearchPane();
} }
}); });