Skip to content

Commit

Permalink
Uninstrument unnecessary data on AmmeterNode when isIcon is true, fe…
Browse files Browse the repository at this point in the history
…ature correct sensors, regenerate API files - see phetsims/circuit-construction-kit-common#925
  • Loading branch information
UniverseAndMore committed Jan 19, 2023
1 parent 2c38870 commit acafa6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/circuit-construction-kit-dc-phet-io-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"circuitConstructionKitDc.introScreen.view.sensorToolbox.visibleProperty": {
"phetioFeatured": true
},
"circuitConstructionKitDc.introScreen.view.sensorToolbox.noncontactAmmeterToolNode": {
"phetioFeatured": true
},
"circuitConstructionKitDc.introScreen.view.sensorToolbox.voltmeterToolNode": {
"phetioFeatured": true
},
"circuitConstructionKitDc.introScreen.view.zoomButtonGroup.visibleProperty": {
"phetioFeatured": true
},
Expand Down

0 comments on commit acafa6c

Please sign in to comment.