Skip to content

Commit

Permalink
Update bluefox.script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyHamachi committed Feb 17, 2024
1 parent e66016e commit 75bee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/bluefox.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class BlueFoxScript {
return this;
}
defined(selector) {
this.selector = `is([bluefox-label="${selector}"],[aria-description="${selector}"])`;
this.selector = `:is([bluefox-label="${selector}"],[aria-description="${selector}"])`;
return this;
}
set(object) {
Expand Down

0 comments on commit 75bee75

Please sign in to comment.