Skip to content

Commit

Permalink
chore: noi ask
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Jan 21, 2024
1 parent 81963c1 commit 7decd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/noi-ask/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ClaudeAsk extends NoiAsk {
if (!btn) { // last ditch attempt
btn = document.querySelector(`button:has(svg)`);
}
if (btn) this.autoClick(btn);
if (btn) this.autoClick(btn);
}
}

Expand Down

0 comments on commit 7decd32

Please sign in to comment.