Skip to content

Commit

Permalink
uninstrument spinner.visibleProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 29, 2024
1 parent 27e38d3 commit 7c58de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/NumberOfParticlesControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default class NumberOfParticlesControl extends VBox {
}
},
maxWidth: 190, // determined empirically
tandem: options.tandem.createTandem( 'spinner' )
tandem: options.tandem.createTandem( 'spinner' ),
phetioVisiblePropertyInstrumented: false // Clients should hide the entire control.
} );

// Limit width of text
Expand Down

0 comments on commit 7c58de7

Please sign in to comment.