diff options
Diffstat (limited to 'source/features/preview-hidden-comments.tsx')
-rw-r--r-- | source/features/preview-hidden-comments.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/preview-hidden-comments.tsx b/source/features/preview-hidden-comments.tsx index 737f2562..8dcce777 100644 --- a/source/features/preview-hidden-comments.tsx +++ b/source/features/preview-hidden-comments.tsx @@ -36,5 +36,6 @@ void features.add(__filebasename, { include: [ pageDetect.hasComments, ], + deduplicate: 'has-rgh-inner', init, }); |