Skip to content

Commit

Permalink
MOTHA TODO for phetsims/scenery-phet#880
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 25, 2024
1 parent 6686928 commit 887df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/ExperimentModelSwitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class ExperimentModelSwitch extends ABSwitch<boolean> {
centerOnSwitch: true,
toggleSwitchOptions: { size: new Dimension2( 50, 25 ) },

//TODO https://github.com/phetsims/models-of-the-hydrogen-atom/issues/67 This does not work.
//TODO description: https://github.com/phetsims/scenery-phet/issues/880 ABSwitch does not support accessibleName and helpText.
accessibleName: ModelsOfTheHydrogenAtomStrings.a11y.experimentOrModelStringProperty,
helpText: ModelsOfTheHydrogenAtomStrings.a11y.experimentOrModelHelpTextStringProperty
}, providedOptions );
Expand Down

0 comments on commit 887df92

Please sign in to comment.