From e27ebf7d2e6087a427f668bd393a9db95a378b65 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 29 Oct 2019 10:09:55 -0800 Subject: [PATCH] rename playAreaNode -> pdomPlayAreaNode, override setChildren to keep PDOM Nodes, https://github.com/phetsims/scenery-phet/issues/381 --- js/molarity/view/MolarityScreenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/molarity/view/MolarityScreenView.js b/js/molarity/view/MolarityScreenView.js index 91185aa4..c0f02671 100644 --- a/js/molarity/view/MolarityScreenView.js +++ b/js/molarity/view/MolarityScreenView.js @@ -257,7 +257,7 @@ define( require => { solutionControlsNode.accessibleOrder = [ soluteAmountSlider, solutionVolumeSlider ]; // a11y - heading and accessible order for play area section of PDOM - this.playAreaNode.accessibleOrder = [ + this.pdomPlayAreaNode.accessibleOrder = [ beakerNode, solutionControlsNode, soluteComboBox,