From 1b39e08deed1bc8970f02b1567ae41871e87f81d Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 16 Sep 2022 09:54:13 -0600 Subject: [PATCH] Add phetioVisiblePropertyInstrumented: true, see https://github.com/phetsims/scenery/issues/1447 --- js/view/ISLCForceArrowNode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/view/ISLCForceArrowNode.js b/js/view/ISLCForceArrowNode.js index 8db1fc2..dde44b2 100644 --- a/js/view/ISLCForceArrowNode.js +++ b/js/view/ISLCForceArrowNode.js @@ -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 } } );