Skip to content

Commit

Permalink
no hintResponse on mouse start, #413
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 17, 2021
1 parent 634aa53 commit 70bd120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/view/RatioHalf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ class RatioHalf extends Rectangle {

// @ts-ignore
this.ratioHandNode.voicingSpeakFullResponse( {
contextResponse: null
contextResponse: null,
hintResponse: null
} );
},
drag: () => {
Expand Down Expand Up @@ -409,6 +410,7 @@ class RatioHalf extends Rectangle {
this.ratioHandNode.alertContextResponse();

// @ts-ignore
// TODO: but if value has not changed, then just do the hint. https://github.com/phetsims/ratio-and-proportion/issues/413
this.ratioHandNode.voicingSpeakFullResponse( {
nameResponse: null
} );
Expand Down

0 comments on commit 70bd120

Please sign in to comment.