diff --git a/js/bloch-sphere/model/BlochSphereModel.ts b/js/bloch-sphere/model/BlochSphereModel.ts index 9c62bc8..143f048 100644 --- a/js/bloch-sphere/model/BlochSphereModel.ts +++ b/js/bloch-sphere/model/BlochSphereModel.ts @@ -60,7 +60,7 @@ export default class BlochSphereModel implements TModel { public constructor( providedOptions: QuantumMeasurementModelOptions ) { - this.selectedSceneProperty = new Property( BlochSphereScene.PRECESSION, { + this.selectedSceneProperty = new Property( BlochSphereScene.MEASUREMENT, { tandem: providedOptions.tandem.createTandem( 'selectedSceneProperty' ), phetioReadOnly: true, phetioValueType: EnumerationIO( BlochSphereScene )