diff options
Diffstat (limited to 'source/features/one-key-formatting.tsx')
-rw-r--r-- | source/features/one-key-formatting.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/one-key-formatting.tsx b/source/features/one-key-formatting.tsx index 00153207..ea14ffed 100644 --- a/source/features/one-key-formatting.tsx +++ b/source/features/one-key-formatting.tsx @@ -42,5 +42,6 @@ void features.add(__filebasename, { pageDetect.isGist, ], awaitDomReady: false, + deduplicate: 'has-rgh-inner', init: onetime(init), }); |