diff options
author | 2021-07-18 18:05:57 +0200 | |
---|---|---|
committer | 2021-07-18 23:05:57 +0700 | |
commit | ac1293a44880c83e3177729719029e26defb4e3e (patch) | |
tree | 21fc35a83c41b6a9ae8d80f0bd18791b75d1e439 /source/features/rgh-sponsor-button.tsx | |
parent | 31a04dd8b43d4fe121bf5a467dbc0cdada568756 (diff) | |
download | refined-github-21.7.18.tar.gz refined-github-21.7.18.tar.zst refined-github-21.7.18.zip |
Fix: Features are not being applied on page change (#4571)21.7.18
Diffstat (limited to 'source/features/rgh-sponsor-button.tsx')
-rw-r--r-- | source/features/rgh-sponsor-button.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/rgh-sponsor-button.tsx b/source/features/rgh-sponsor-button.tsx index 88e9baa5..22ce2d69 100644 --- a/source/features/rgh-sponsor-button.tsx +++ b/source/features/rgh-sponsor-button.tsx @@ -102,6 +102,7 @@ void features.add(__filebasename, { pageDetect.isIssue, pageDetect.isRepoIssueList, ], + deduplicate: 'has-rgh-inner', init: handleNewIssue, }, { include: [ |