add search
This commit is contained in:
parent
36554b5b7b
commit
bb3af95d19
5 changed files with 35 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue