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

Commit f144895

Browse files
Removing left over event handler
1 parent fd9eab5 commit f144895

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio.UI/Views/Documents/IssueishCommentView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@
186186
Grid.Column="2" Grid.Row="3"
187187
Margin="4 8"
188188
HorizontalAlignment="Left"
189-
Orientation="Horizontal"
190-
IsVisibleChanged="buttonPanel_IsVisibleChanged">
189+
Orientation="Horizontal">
191190
<StackPanel.Style>
192191
<Style TargetType="FrameworkElement">
193192
<Setter Property="Visibility" Value="Collapsed"/>

0 commit comments

Comments
 (0)