Fixed Control-F Search
This commit is contained in:
@ -238,7 +238,7 @@ namespace WGneu.Windows
|
||||
|
||||
private void FocusSearchInput(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (!isEditing)
|
||||
if (!isEditing && !isCreating)
|
||||
{
|
||||
SearchInput.Focus();
|
||||
SearchInput.SelectAll();
|
||||
|
Reference in New Issue
Block a user