diff --git a/js/common/model/ACPowerSupply.ts b/js/common/model/ACPowerSupply.ts index 94079f8c..11b7ba8e 100644 --- a/js/common/model/ACPowerSupply.ts +++ b/js/common/model/ACPowerSupply.ts @@ -126,6 +126,7 @@ export default class ACPowerSupply extends CurrentSource { } ); this.angleProperty = this._angleProperty; + // Reset the angle to the minimum whenever the governing characteristics change Multilink.multilink( [ this.maxVoltagePercentProperty, this.angleRangeProperty ], ( maxVoltagePercent, angleRange ) => { this._angleProperty.value = angleRange.min;