Skip to content

Commit

Permalink
Add TODOs, see #189
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 10, 2023
1 parent 75ec0ea commit 15f8763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/view/SceneView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15f8763

Please sign in to comment.