Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b0f6f40

Browse files
committed
Enable navigation from Left and Inline diff views
Previously only Right was enabled.
1 parent 78a411f commit b0f6f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ async Task DoDiffFile(IPullRequestFileNode file, bool workingDirectory)
215215
if (!workingDirectory)
216216
{
217217
AddBufferTag(diffViewer.RightView.TextBuffer, session, rightPath, DiffSide.Right);
218+
EnableNavigateToEditor(diffViewer.LeftView, file);
218219
EnableNavigateToEditor(diffViewer.RightView, file);
220+
EnableNavigateToEditor(diffViewer.InlineView, file);
219221
}
220222

221223
if (workingDirectory)

0 commit comments

Comments
 (0)