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

Commit fb919dc

Browse files
committed
Save SpellCheck.IsEnabled="True" for another PR
1 parent 3d7d1c5 commit fb919dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118
Text="{Binding Body, UpdateSourceTrigger=PropertyChanged}"
119119
TextWrapping="Wrap"
120120
VerticalAlignment="Center"
121-
GotFocus="ReplyPlaceholder_GotFocus"
122-
SpellCheck.IsEnabled="True">
121+
GotFocus="ReplyPlaceholder_GotFocus">
123122
<ui:PromptTextBox.Style>
124123
<Style TargetType="ui:PromptTextBox" BasedOn="{StaticResource RoundedPromptTextBox}">
125124
<Setter Property="Foreground" Value="{DynamicResource GitHubVsToolWindowText}" />

0 commit comments

Comments
 (0)