From 15f87632e4290fe30eaa7af416d3cae1fdcb056c Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 10 May 2023 12:22:52 -0600 Subject: [PATCH] Add TODOs, see https://github.com/phetsims/center-and-variability/issues/189 --- js/common/view/SceneView.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/common/view/SceneView.ts b/js/common/view/SceneView.ts index 99c2a51e..bcec722b 100644 --- a/js/common/view/SceneView.ts +++ b/js/common/view/SceneView.ts @@ -52,6 +52,9 @@ export default class SceneView { backObjectLayer.addChild( dragIndicatorArrowNode ); + // TODO: https://github.com/phetsims/center-and-variability/issues/189 Move this to CAVScreenView + // TODO: Move parts to the model as appropriate https://github.com/phetsims/center-and-variability/issues/189 + // TODO: When the selectedSceneModel changes (or any of its components change), check if we should show the arrow https://github.com/phetsims/center-and-variability/issues/189 const updateDragIndictatorVisible = () => { // add the dragIndicatorArrowNode above the last object when it is added to the play area. if an object was