phetsims/quadrilateral

Side.interactiveProperty may not be necessary

Closed this issue · 3 comments

Side.interactiveProperty may not need to be in the model, this and related code could be moved to the ScreenView, and that would also remove some code from QuadrilateralShapeModel (for #367).

Without it can we still track the length of the side for diverse input?

Yes. To clarify, this was code added for #93. Behavior should be the same but instead of a model Property for the interactive state of the side, it is going to be managed by the view.

OK, this was done in wip-2-22-23 branch, closing.