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 70be81f commit 4a90190Copy full SHA for 4a90190
src/Views/LauncherPage.axaml.cs
@@ -20,7 +20,7 @@ private void OnPopupSureByHotKey(object sender, RoutedEventArgs e)
20
var children = this.GetLogicalDescendants();
21
foreach (var child in children)
22
{
23
- if (child is TextBox { IsFocused: true } textBox)
+ if (child is EnhancedTextBox { IsFocused: true } textBox)
24
25
var fake = new KeyEventArgs()
26
0 commit comments