summaryrefslogtreecommitdiff
path: root/source/features/enable-file-links-in-compare-view.tsx
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2022-05-29 07:14:16 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-29 07:14:16 +0200
commitfe63276237b721a45d80bdcf82c2b59c69dc8fbe (patch)
treedaa9d7fe3206a272ab20bba6d51704d226a86add /source/features/enable-file-links-in-compare-view.tsx
parent5cda3447bf80cca0c64ae5eb79779ecd62fec18e (diff)
downloadrefined-github-fe63276237b721a45d80bdcf82c2b59c69dc8fbe.tar.gz
refined-github-fe63276237b721a45d80bdcf82c2b59c69dc8fbe.tar.zst
refined-github-fe63276237b721a45d80bdcf82c2b59c69dc8fbe.zip
Ensure all features appears after navigating to the "Files" tab (#5662)
Diffstat (limited to 'source/features/enable-file-links-in-compare-view.tsx')
-rw-r--r--source/features/enable-file-links-in-compare-view.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/enable-file-links-in-compare-view.tsx b/source/features/enable-file-links-in-compare-view.tsx
index a6b441b9..976e610a 100644
--- a/source/features/enable-file-links-in-compare-view.tsx
+++ b/source/features/enable-file-links-in-compare-view.tsx
@@ -66,6 +66,7 @@ void features.add(import.meta.url, {
// If you're viewing changes from partial commits, ensure you're on the latest one.
() => select.exists('.js-commits-filtered') && !select.exists('[aria-label="You are viewing the latest commit"]'),
],
+ deduplicate: 'has-rgh-inner',
init,
}, {
asLongAs: [