diff options
author | 2021-09-28 18:38:29 +0200 | |
---|---|---|
committer | 2021-09-28 23:38:29 +0700 | |
commit | a52decfe2d0b5cd4617c08055bcf4a0a23812e4e (patch) | |
tree | bdb37db7daf0f872806b926fc3a1fbaf03ccdfe1 /source/features/quick-pr-diff-options.tsx | |
parent | 41a2c41c5f0cb73efcb756c32356db28e42e3473 (diff) | |
download | refined-github-a52decfe2d0b5cd4617c08055bcf4a0a23812e4e.tar.gz refined-github-a52decfe2d0b5cd4617c08055bcf4a0a23812e4e.tar.zst refined-github-a52decfe2d0b5cd4617c08055bcf4a0a23812e4e.zip |
Fix: Many features don't work until you refresh the page (#4825)
Diffstat (limited to 'source/features/quick-pr-diff-options.tsx')
-rw-r--r-- | source/features/quick-pr-diff-options.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/quick-pr-diff-options.tsx b/source/features/quick-pr-diff-options.tsx index 4e4e1af9..d4a240bb 100644 --- a/source/features/quick-pr-diff-options.tsx +++ b/source/features/quick-pr-diff-options.tsx @@ -115,6 +115,7 @@ void features.add(__filebasename, { shortcuts: { 'd w': 'Show/hide whitespaces in diffs', }, + deduplicate: 'has-rgh-inner', init: initPR, }, { include: [ |