Skip to content

Commit

Permalink
despite the comment, this didn't do anything, so undoing
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadeusW committed Apr 26, 2024
1 parent dd5f161 commit 59cbfe5
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,9 @@ private void SessionPropertyChanged(object sender, PropertyChangedEventArgs e)
SuggestedNames.Add(name);
}

if (IsUsingDropdown)
{
// Changing the list may have changed the text in the text box. We need to restore it.
// This has a side effect of selecting all the text in the text box.
BaseViewModel.IdentifierText = textInputBackup;
}
// Changing the list may have changed the text in the text box. We need to restore it.
// This has a side effect of selecting all the text in the text box.
BaseViewModel.IdentifierText = textInputBackup;

return;
}
Expand Down

0 comments on commit 59cbfe5

Please sign in to comment.