From a0e55a36c0e6b7d85c5b2cc8c24549beebafec1f Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 25 Feb 2021 17:20:39 -0900 Subject: [PATCH] instrument ratioHalf inputEnabled, https://github.com/phetsims/ratio-and-proportion/issues/351 https://github.com/phetsims/studio/issues/106 --- js/common/view/RatioHalf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/common/view/RatioHalf.js b/js/common/view/RatioHalf.js index 70727030..49d69edf 100644 --- a/js/common/view/RatioHalf.js +++ b/js/common/view/RatioHalf.js @@ -142,6 +142,7 @@ class RatioHalf extends Rectangle { // phet-io tandem: Tandem.REQUIRED, + inputEnabledPropertyPhetioInstrumented: true, // pdom tagName: 'div',