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

Commit 4932b62

Browse files
Commenting out the edit/delete functionality from the view
1 parent 165a97b commit 4932b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
</Border>
7272
</StackPanel>
7373

74+
<!--
7475
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DockPanel.Dock="Right"
7576
Visibility="{Binding CanDelete, Converter={ui:BooleanToVisibilityConverter}}">
7677
<ui:OcticonButton Command="{Binding BeginEdit}"
@@ -88,6 +89,7 @@
8889
Foreground="{DynamicResource GitHubVsToolWindowText}"
8990
Icon="x"/>
9091
</StackPanel>
92+
-->
9193
</DockPanel>
9294

9395
<markdig:MarkdownViewer Grid.Column="1" Grid.Row="1"

0 commit comments

Comments
 (0)