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

This commit is contained in:
2026-05-13 23:19:40 +01:00
parent 9eb6e9ccbb
commit 1b796ce91e

View File

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