1 parent 70be81f commit 4a90190Copy full SHA for 4a90190
1 file changed
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