Skip to content

Commit

Permalink
Tandem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Jan 16, 2025
1 parent 419fd96 commit 176fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bloch-sphere/view/BlochSphereMeasurementArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class BlochSphereMeasurementArea extends Node {
return {
value: direction,
createNode: () => new Text( direction.shortName, { font: new PhetFont( 16 ) } ),
tandemName: direction.tandemName
tandemName: `${direction.tandemName}RadioButton`
};
} );

Expand Down

0 comments on commit 176fdd9

Please sign in to comment.