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

Commit 9a545d6

Browse files
author
Meaghan Lewis
authored
Merge pull request #1733 from github/fixes/delete-api-fixed
Revert "Commenting out the edit/delete functionality from the view"
2 parents 3777e1c + 53305b3 commit 9a545d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

-6
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
</Border>
7272
</StackPanel>
7373

74-
<!--
75-
Temporarily removed because the REST API doesn't yet support deleting pending comments
76-
and there's no GraphQL API for deleting comments at all. Can re-enable once the REST API
77-
is fixed.
78-
7974
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DockPanel.Dock="Right"
8075
Visibility="{Binding CanDelete, Converter={ui:BooleanToVisibilityConverter}}">
8176
<ui:OcticonButton Command="{Binding BeginEdit}"
@@ -93,7 +88,6 @@
9388
Foreground="{DynamicResource GitHubVsToolWindowText}"
9489
Icon="x"/>
9590
</StackPanel>
96-
-->
9791
</DockPanel>
9892

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

0 commit comments

Comments
 (0)