Skip to content

Commit

Permalink
remove TODO and do doc, phetsims/scenery-phet#867
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Sep 3, 2024
1 parent f4a1b8c commit 3ee7e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/model/Mass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ export default abstract class Mass extends PhetioObject {

this.resetPosition();

this.grabDragCueModel.reset(); // TODO: who owns this for resetting? https://github.com/phetsims/scenery-phet/issues/867
// Reset here even though it duplicates the reset when the GrabDragInteraction is reset in MassView.
this.grabDragCueModel.reset();

this.resetEmitter.emit();
}
Expand Down

0 comments on commit 3ee7e6f

Please sign in to comment.