Closed pixelzoom closed 7 months ago
Related to https://github.com/phetsims/graphing-lines/issues/153.
NumberPicker has a memory leak. It needs to dispose this.incrementArrow and this.decrementArrow. They are Paths that may be linked to a ProfileColorProperty.
this.incrementArrow
this.decrementArrow
Cherry picked to graphing-lines and graphing-slope-intercept for https://github.com/phetsims/graphing-lines/issues/153.
Closing.
Related to https://github.com/phetsims/graphing-lines/issues/153.
NumberPicker has a memory leak. It needs to dispose
this.incrementArrow
andthis.decrementArrow
. They are Paths that may be linked to a ProfileColorProperty.