Skip to content

Commit

Permalink
promote TODO to issue, #65
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 3, 2023
1 parent bf1eede commit 854f379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/model/CountingArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ class CountingArea extends CountingCommonModel {
targetScale: scale
} );

//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
// TODO: https://github.com/phetsims/number-suite-common/issues/65
const countingAreaBoundsMinY = this.groupingEnabledProperty.value ? 30 : 0;

// NOTE: The calculation below assumes that the countingObjectCreatorNode is positioned along the bottom of the countingArea
Expand Down

0 comments on commit 854f379

Please sign in to comment.