Skip to content

Commit

Permalink
hide equation in multiple measurement mode, see #80
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 15, 2025
1 parent 73aeb3d commit 1763d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bloch-sphere/view/BlochSphereMeasurementArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default class BlochSphereMeasurementArea extends Node {
public constructor( model: BlochSphereModel, providedOptions: BlochSphereMeasurementAreaOptions ) {

const equationNode = new BlochSphereNumericalEquationNode( model, {
visibleProperty: model.isSingleMeasurementModeProperty,
tandem: providedOptions.tandem.createTandem( 'equationNode' )
} );

Expand Down

0 comments on commit 1763d62

Please sign in to comment.