You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//TODO https://github.com/phetsims/number-suite-common/issues/29 This is kind of a band-aid to keep the grouped objects' handles from sticking out of the top of the play
// area since they are not yet included in countingObject.localBounds above without a view created
in CountingArea.createCountingObjectFromCreatorNode, we have some magic numbers and algorithm that is trying to guess at the size of the "handle" sticking out above the objects. We should try to remedy this with:
Ideally positioning logic resolving after we have a view
Share a constant between view and model at the very least.
The text was updated successfully, but these errors were encountered:
Promoting a TODO to an issue:
number-suite-common/js/common/model/CountingArea.ts
Lines 168 to 170 in 01cd67c
in
CountingArea.createCountingObjectFromCreatorNode
, we have some magic numbers and algorithm that is trying to guess at the size of the "handle" sticking out above the objects. We should try to remedy this with:The text was updated successfully, but these errors were encountered: