Skip to content

Commit

Permalink
TODO #163
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 28, 2024
1 parent 847edb7 commit 9f02a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/view/PowerSupplyPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export default class PowerSupplyPanel extends Panel {
providedOptions: PowerSupplyPanelOptions ) {

const options = optionize4<PowerSupplyPanelOptions, SelfOptions, PanelOptions>()( {}, 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,
Expand Down

0 comments on commit 9f02a98

Please sign in to comment.