Skip to content

Commit

Permalink
Meta: Don't apply rgh-linkify-features to autocomplete
Browse files Browse the repository at this point in the history
Fixes #6027
  • Loading branch information
fregante committed Oct 12, 2022
1 parent 5e50f67 commit eb6cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/rgh-linkify-features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function init(signal: AbortSignal): void {
'.js-issue-title code', // `isPR`, `isIssue`
'.js-comment-body code', // `hasComments`
'.markdown-body code', // `isReleasesOrTags`
'.markdown-title code', // `isSingleCommit`, `isRepoTree`
'.markdown-title:not(li) code', // `isSingleCommit`, `isRepoTree`, not on the issue autocomplete
'code .markdown-title', // `isCommitList`, `isRepoTree`
], linkifyFeature, {signal});
}
Expand Down

0 comments on commit eb6cc12

Please sign in to comment.