phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

Check for listener leaks #38

Closed jonathanolson closed 4 years ago

jonathanolson commented 11 years ago

Dragging atoms after slicing seems to be too slow.

Denz1994 commented 4 years ago

The listeners that were implemented at the time this issue was created have been removed. DragListeners have been implemented instead. These listeners are now being added and removed at disposal.

Also, this sim has gone through two dev cycles and dragging was reported as being laggy or slow. Closing this issue and any further leaks will be handled in #115.