summaryrefslogtreecommitdiff
path: root/source/features/tab-to-indent.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/tab-to-indent.tsx')
-rw-r--r--source/features/tab-to-indent.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/tab-to-indent.tsx b/source/features/tab-to-indent.tsx
index 14fbc8a2..f8ae1b61 100644
--- a/source/features/tab-to-indent.tsx
+++ b/source/features/tab-to-indent.tsx
@@ -14,5 +14,6 @@ void features.add(__filebasename, {
pageDetect.hasRichTextEditor,
],
awaitDomReady: false,
+ deduplicate: 'has-rgh-inner',
init: onetime(init),
});