add search

This commit is contained in:
Joshua Seigler 2025-06-11 18:11:49 -04:00
parent 36554b5b7b
commit bb3af95d19
5 changed files with 35 additions and 20 deletions

View file

@ -14,7 +14,7 @@ function addEffect({ target }) {
target == null ||
!target["matches"] ||
!target.matches(
"a[href],.nav-toggle-button,button,input,label:not(:has(input))",
"a[href],.nav-toggle-button,button,input[type='radio']",
)
) {
return;