mharris717 / ember-drag-drop

Drag and Drop Addon for Ember CLI
MIT License
204 stars 141 forks source link

Don't create multiple versions of bound function #178

Closed Jbcampbe closed 4 years ago

Jbcampbe commented 4 years ago

See comment on https://github.com/mharris717/ember-drag-drop/pull/174

flexyford commented 4 years ago

Our team just patched this as well locally. We were seeing memory leak issues occurring because of this issue.

dgavey commented 4 years ago

Thanks again for the fix, I'll release this shortly.