We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38c2b9 commit 46b8d07Copy full SHA for 46b8d07
App/Views/Pages/SignInUrlPage.xaml
@@ -49,7 +49,7 @@
49
Loaded="{x:Bind ViewModel.CoderUrl_Loaded, Mode=OneWay}"
50
LostFocus="{x:Bind ViewModel.CoderUrl_FocusLost, Mode=OneWay}"
51
Text="{x:Bind ViewModel.CoderUrl, Mode=TwoWay}"
52
- KeyDown="TextBox_KeyDown"/>
+ KeyDown="TextBox_KeyDown" />
53
54
<TextBlock
55
Grid.Column="1"
0 commit comments