Skip to content

Commit

Permalink
reinstrument radio buttons on mystery screen, #411 #418
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 3, 2024
1 parent 3c34601 commit cb178dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/density/view/DensityMysteryScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export default class DensityMysteryScreenView extends DensityBuoyancyScreenView<
} ), {
align: 'left',
spacing: DensityBuoyancyCommonConstants.SPACING_SMALL,
tandem: blocksPanelTandem.createTandem( 'blockSetRadioButtonGroup' ),
phetioVisiblePropertyInstrumented: false
tandem: blocksPanelTandem.createTandem( 'blockSetRadioButtonGroup' )
} );
const randomBlocksRefreshButton = new RefreshButton( {
listener: () => {
Expand Down

0 comments on commit cb178dd

Please sign in to comment.