diff options
Diffstat (limited to '')
-rw-r--r-- | source/features/fork-source-link-same-view.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/fork-source-link-same-view.tsx b/source/features/fork-source-link-same-view.tsx index 8354efcc..c68b2f8a 100644 --- a/source/features/fork-source-link-same-view.tsx +++ b/source/features/fork-source-link-same-view.tsx @@ -27,7 +27,8 @@ void features.add({ }, { include: [ pageDetect.isSingleFile, - pageDetect.isRepoTree + pageDetect.isRepoTree, + pageDetect.isEditingFile ], exclude: [ () => !pageDetect.isForkedRepo(), |