From fd8845a74dc98d2c6318de31b94ff54ee08be7ea Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 27 Apr 2021 13:39:35 -0800 Subject: [PATCH] remove TODO, https://github.com/phetsims/ratio-and-proportion/issues/381 --- js/create/view/MyChallengeAccordionBox.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/js/create/view/MyChallengeAccordionBox.js b/js/create/view/MyChallengeAccordionBox.js index ddbf2dd6..16205393 100644 --- a/js/create/view/MyChallengeAccordionBox.js +++ b/js/create/view/MyChallengeAccordionBox.js @@ -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 );