Side.interactiveProperty may not be necessary
Closed this issue · 3 comments
jessegreenberg commented
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).
terracoda commented
Without it can we still track the length of the side for diverse input?
jessegreenberg commented
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.
jessegreenberg commented
OK, this was done in wip-2-22-23 branch, closing.