We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74889ed commit d8041baCopy full SHA for d8041ba
browser-extension/src/lib/enhancers/github/githubIssueAddComment.ts
@@ -16,7 +16,7 @@ export class GitHubIssueAddCommentEnhancer implements CommentEnhancer<GitHubIssu
16
return ['GH_ISSUE_ADD_COMMENT']
17
}
18
19
- tryToEnhance(textarea: HTMLTextAreaElement): GitHubIssueAddCommentSpot | null {
+ tryToEnhance(_textarea: HTMLTextAreaElement): GitHubIssueAddCommentSpot | null {
20
if (document.querySelector('meta[name="hostname"]')?.getAttribute('content') !== 'github.com') {
21
return null
22
0 commit comments