Skip to content

Commit

Permalink
Revert "no hint response upon selection, phetsims/sun#699"
Browse files Browse the repository at this point in the history
This reverts commit 54827a5.
  • Loading branch information
zepumph committed Feb 25, 2022
1 parent 7abc468 commit ffdca43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/common/view/TickMarkViewRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ class TickMarkViewRadioButtonGroup extends RectangularRadioButtonGroup<TickMarkV

// pdom
labelContent: ratioAndProportionStrings.a11y.tickMark.heading,
helpTextBehavior: ParallelDOM.HELP_TEXT_BEFORE_CONTENT,

// TODO: remove once it has been tested for https://github.com/phetsims/sun/issues/699
voicingHintResponse: 'This is a hint test'
helpTextBehavior: ParallelDOM.HELP_TEXT_BEFORE_CONTENT
}, options );

const radioButtonItemData = [ {
Expand Down

0 comments on commit ffdca43

Please sign in to comment.