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.
isSingleGist
hasComments
1 parent 0964a57 commit 5eb7147Copy full SHA for 5eb7147
index.ts
@@ -433,7 +433,8 @@ export const hasComments = (url: URL | HTMLAnchorElement | Location = location):
433
isPR(url) ||
434
isIssue(url) ||
435
isCommit(url) ||
436
- isOrganizationDiscussion(url);
+ isOrganizationDiscussion(url) ||
437
+ isSingleGist(url);
438
439
collect.set('hasRichTextEditor', combinedTestOnly);
440
export const hasRichTextEditor = (url: URL | HTMLAnchorElement | Location = location): boolean =>
0 commit comments