Skip to content

Commit

Permalink
Fix typo - see #285
Browse files Browse the repository at this point in the history
(cherry picked from commit bad1e0c)
  • Loading branch information
matthew-blackman committed Apr 18, 2024
1 parent 7060dc7 commit ec9b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/SelectorNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class SelectorNode extends AccessibleNumberSpinner( Node, 0 ) {
tandem: options.tandem.createTandem( 'decrementButton' ),
listener: () => {
numberProperty.set( numberProperty.value - 1 );
options.playSound( numberProperty.value )
options.playSound( numberProperty.value );
this.focus();
},
content: new Path( angleLeftSolidShape, { fill: 'white', scale: 0.05 } ),
Expand Down

0 comments on commit ec9b2ce

Please sign in to comment.