diff options
author | 2021-04-23 13:35:12 +0700 | |
---|---|---|
committer | 2021-04-23 13:35:12 +0700 | |
commit | 86c0a731a3bb123b7a48fb0e2e21f4192df4fb46 (patch) | |
tree | d2c182ef7b340bdb15bbadc2e3322cce2930744f /source/features/view-markdown-source.tsx | |
parent | 4bde1bd9940da276029ef21dbe0211e6839881e3 (diff) | |
download | refined-github-86c0a731a3bb123b7a48fb0e2e21f4192df4fb46.tar.gz refined-github-86c0a731a3bb123b7a48fb0e2e21f4192df4fb46.tar.zst refined-github-86c0a731a3bb123b7a48fb0e2e21f4192df4fb46.zip |
Restore some features that appear in files and file lists (#4247)
Co-authored-by: yakov116 <16872793+yakov116@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | source/features/view-markdown-source.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/view-markdown-source.tsx b/source/features/view-markdown-source.tsx index 7245f1bd..63ad1935 100644 --- a/source/features/view-markdown-source.tsx +++ b/source/features/view-markdown-source.tsx @@ -125,5 +125,6 @@ void features.add(__filebasename, { exclude: [ () => !select.exists('.blob .markdown-body') ], + deduplicate: '.rgh-md-source', // #3945 init }); |