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

Commit 821136e

Browse files
committed
Added a comment explaining the commented-out code.
1 parent 3b716ad commit 821136e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@
7171
</Border>
7272
</StackPanel>
7373

74-
<!--
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+
7579
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DockPanel.Dock="Right"
7680
Visibility="{Binding CanDelete, Converter={ui:BooleanToVisibilityConverter}}">
7781
<ui:OcticonButton Command="{Binding BeginEdit}"

0 commit comments

Comments
 (0)