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

Commit 51c50b6

Browse files
Disabling activation of ForkRepositorySelectView
1 parent 2914c3e commit 51c50b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositorySelectView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
<LineBreak/>
7474
<Run>You have existing forks of this repository:</Run>
7575
</TextBlock>
76-
<ListBox DockPanel.Dock="Bottom" ItemsSource="{Binding ExistingForks}" MaxHeight="120"
77-
SelectionChanged="existingForksListBox_SelectionChanged">
76+
<ListBox DockPanel.Dock="Bottom" ItemsSource="{Binding ExistingForks}" MaxHeight="120">
77+
<!-- SelectionChanged="existingForksListBox_SelectionChanged"-->
7878
<ListBox.ItemTemplate>
7979
<DataTemplate>
8080
<StackPanel Orientation="Horizontal">

0 commit comments

Comments
 (0)