From 3ee7e6f84d5ec8c08a593ec8964fc8f80aa529b0 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Tue, 3 Sep 2024 16:22:28 -0600 Subject: [PATCH] remove TODO and do doc, https://github.com/phetsims/scenery-phet/issues/867 Signed-off-by: Michael Kauzmann --- js/common/model/Mass.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/common/model/Mass.ts b/js/common/model/Mass.ts index 8334342a..afa03c18 100644 --- a/js/common/model/Mass.ts +++ b/js/common/model/Mass.ts @@ -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(); }