diff --git a/js/common/view/PowerSupplyPanel.ts b/js/common/view/PowerSupplyPanel.ts index c0595004..f002c8fd 100644 --- a/js/common/view/PowerSupplyPanel.ts +++ b/js/common/view/PowerSupplyPanel.ts @@ -38,6 +38,8 @@ export default class PowerSupplyPanel extends Panel { providedOptions: PowerSupplyPanelOptions ) { const options = optionize4()( {}, FELConstants.PANEL_OPTIONS, { + + //TODO https://github.com/phetsims/faradays-electromagnetic-lab/issues/163 Does PhET-iO client need a mutable visibleProperty? visibleProperty: new DerivedProperty( [ currentSourceProperty ], currentSource => ( currentSource === powerSupply ) ), xMargin: 10, yMargin: 5,