From 9f02a986b201516545d970d8b28f7593e3432a93 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 28 May 2024 14:56:23 -0600 Subject: [PATCH] TODO https://github.com/phetsims/faradays-electromagnetic-lab/issues/163 --- js/common/view/PowerSupplyPanel.ts | 2 ++ 1 file changed, 2 insertions(+) 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,