Skip to content

Commit

Permalink
Add phetioVisiblePropertyInstrumented: true, see phetsims/scenery#1447
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 16, 2022
1 parent 73b5260 commit 1b39e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/view/ISLCForceArrowNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class ISLCForceArrowNode extends ReadingBlock( Node ) {
maxWidth: 300, // empirically determined through testing with long strings
y: -20,
tandem: tandem.createTandem( 'forceText' ),
phetioVisiblePropertyInstrumented: true,
phetioDocumentation: 'This text updates from the model as the force changes, and cannot be edited.',
stringPropertyOptions: { phetioReadOnly: true }
} );
Expand Down

0 comments on commit 1b39e08

Please sign in to comment.