Fixed Control-F Search

This commit is contained in:
2023-02-25 15:48:00 +01:00
parent 6583f1c791
commit 06c4e78fca

View File

@ -238,7 +238,7 @@ namespace WGneu.Windows
private void FocusSearchInput(object sender, RoutedEventArgs e)
{
if (!isEditing)
if (!isEditing && !isCreating)
{
SearchInput.Focus();
SearchInput.SelectAll();