diff options
Diffstat (limited to 'source/features/prevent-link-loss.tsx')
-rw-r--r-- | source/features/prevent-link-loss.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/prevent-link-loss.tsx b/source/features/prevent-link-loss.tsx index a6dc1bff..37462558 100644 --- a/source/features/prevent-link-loss.tsx +++ b/source/features/prevent-link-loss.tsx @@ -64,5 +64,6 @@ void features.add(__filebasename, { include: [ pageDetect.hasRichTextEditor, ], + deduplicate: 'has-rgh-inner', init, }); |