Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Don't select Scaffolder dropdown lists to first item
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Dec 13, 2019
1 parent fb3dfc7 commit 94fbd08
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ await Runtime.RunInMainThread (() => {
foreach (var option in options) {
comboBox.Items.Add (option);
}
comboField.SelectedValue = options.FirstOrDefault ();
if (comboBox.Items.Count > 0)
comboBox.SelectedIndex = 0;
});

});
Expand Down

0 comments on commit 94fbd08

Please sign in to comment.