Skip to content

Commit 65fa386

Browse files
authored
Add isNewRelease to hasRichTextEditor (#93)
1 parent ca64c29 commit 65fa386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ export const hasRichTextEditor = (url: URL | HTMLAnchorElement | Location = loca
514514
isNewIssue(url) ||
515515
isCompare(url) ||
516516
isRepliesSettings(url) ||
517+
isNewRelease(url) ||
517518
isDiscussion(url);
518519

519520
collect.set('hasCode', combinedTestOnly);

0 commit comments

Comments
 (0)