diff options
Diffstat (limited to 'source/features/clean-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/clean-repo-filelist-actions.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/clean-repo-filelist-actions.tsx b/source/features/clean-repo-filelist-actions.tsx index c46f26de..647ca486 100644 --- a/source/features/clean-repo-filelist-actions.tsx +++ b/source/features/clean-repo-filelist-actions.tsx @@ -54,5 +54,6 @@ void features.add(__filebasename, { pageDetect.isRepoTree, pageDetect.isSingleFile, ], + deduplicate: 'has-rgh-inner', init: onetime(init), }); |