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

Commit 0b91c87

Browse files
committed
Disable comment view while submitting.
1 parent d296739 commit 0b91c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/CommentView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<CommandBinding Command="{x:Static markdig:Commands.Hyperlink}" Executed="OpenHyperlink" />
3636
</FrameworkElement.CommandBindings>
3737

38-
<Grid>
38+
<Grid IsEnabled="{Binding IsSubmitting, Converter={ui:InverseBooleanConverter}}">
3939
<!-- Displays an existing comment-->
4040
<StackPanel Orientation="Vertical" Margin="4">
4141
<StackPanel.Style>

0 commit comments

Comments
 (0)