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

Commit acec87b

Browse files
committed
Fix opening PR on GitHub.
When #number link in PR list is clicked.
1 parent 5321090 commit acec87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestListItem.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</Grid.ColumnDefinitions>
122122
<Button x:Name="prHashtagLink"
123123
Grid.Column="0"
124-
Command="{Binding OpenPROnGitHub, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:PullRequestListView}}}"
124+
Command="{Binding DataContext.OpenPullRequestOnGitHub, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:PullRequestListView}}}"
125125
CommandParameter="{Binding Number}"
126126
Content="{Binding Number}"
127127
ToolTip="{x:Static prop:Resources.OpenPROnGitHubToolTip}"

0 commit comments

Comments
 (0)