Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Nov 10, 2024
1 parent d2f481b commit ebef23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class DOMSelector {
complex: false,
compound: false,
descend: REG_DESCEND.test(selector),
simple: REG_SIMPLE.test(selector),
simple: false,
target: TARGET_ALL
};
if (filterSelector(selector, filterOpt)) {
Expand Down

0 comments on commit ebef23f

Please sign in to comment.