keep focus on text box filter

This commit is contained in:
abdelkader
2024-03-21 08:41:38 -04:00
parent 2eb633cfd7
commit 81ce797614

View File

@@ -290,8 +290,9 @@ namespace vCardEditor.View
{
//Save before leaving contact.
BeforeLeavingContact?.Invoke(sender, new EventArg<vCard>(GetvCardFromWindow()));
FilterTextChanged?.Invoke(sender, new EventArg<string>(textBoxFilter.Text));
textBoxFilter.Focus();
}