Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 19, 2023
1 parent 257ba81 commit 73da5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function _chain(...selectors) {
flagOptional = true;
} else if (flag == "REQUIRED") {
flagOptional = false;
} else if (flag == "SINGLE-MATCH") {
} else if (flag == "ALL-MATCHES") {
flagAllMatches = true;
} else if (flag == "SINGLE-MATCH") {
flagAllMatches = false;
Expand Down

0 comments on commit 73da5b5

Please sign in to comment.