We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hasRichTextEditor
1 parent 94741eb commit 06a6fc5Copy full SHA for 06a6fc5
index.ts
@@ -501,7 +501,8 @@ export const hasRichTextEditor = (url: URL | HTMLAnchorElement | Location = loca
501
hasComments(url) ||
502
isNewIssue(url) ||
503
isCompare(url) ||
504
- isRepliesSettings(url);
+ isRepliesSettings(url) ||
505
+ isDiscussion(url);
506
507
collect.set('hasCode', combinedTestOnly);
508
export const hasCode = (url: URL | HTMLAnchorElement | Location = location): boolean => // Static code, not the editor
0 commit comments