diff options
Diffstat (limited to 'source/features/comment-fields-keyboard-shortcuts.tsx')
-rw-r--r-- | source/features/comment-fields-keyboard-shortcuts.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/comment-fields-keyboard-shortcuts.tsx b/source/features/comment-fields-keyboard-shortcuts.tsx index e3bba739..f4308ef6 100644 --- a/source/features/comment-fields-keyboard-shortcuts.tsx +++ b/source/features/comment-fields-keyboard-shortcuts.tsx @@ -72,5 +72,6 @@ void features.add(__filebasename, { pageDetect.hasRichTextEditor, ], awaitDomReady: false, + deduplicate: 'has-rgh-inner', init: onetime(init), }); |