Skip to content

Commit

Permalink
remove TODO, #381
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 27, 2021
1 parent 25c797c commit fd8845a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions js/create/view/MyChallengeAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,6 @@ class MyChallengeAccordionBox extends AccordionBox {
mouseAreaYDilation: 5
},

// voicing
// TODO: this doesn't work because a sub component of the AccordionBox gets focus instead of the A-box itself. https://github.com/phetsims/ratio-and-proportion/issues/381
voicingCreateObjectResponse: event => {
if ( event.type === 'focus' ) {
return ratioAndProportionStrings.myChallenge;
}
},
voicingCreateHintResponse: event => {
if ( event.type === 'focus' ) {
return ratioAndProportionStrings.a11y.create.myChallengeHintText;
}
},


// phet-io
tandem: Tandem.REQUIRED
}, options );
Expand Down

0 comments on commit fd8845a

Please sign in to comment.