Skip to content

Commit

Permalink
add ComboBox related bad text, phetsims/chipper#728
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 17, 2019
1 parent 7d8ce83 commit 9dab6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/MediumControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ define( function( require ) {
}

// only set to a different substance if "custom" wasn't specified.
// otherwise pressing "air" then "custom" will make the combobox jump back to "air"
// otherwise pressing "air" then "custom" will make the combo box jump back to "air"
if ( selected !== -1 && !mediumProperty.get().substance.custom ) {
comboBoxSubstanceProperty.set( substances[ selected ] );
custom = false;
Expand Down

0 comments on commit 9dab6e7

Please sign in to comment.