travelbank / ember-flickity

ember addon for Flickity
MIT License
4 stars 6 forks source link

Fix event handling #3

Closed arjansingh closed 7 years ago

arjansingh commented 7 years ago

The Problem

I was testing a component I built that uses em-flickity as a child component. When that component would destroy itself, stray events from em-flickity fire after em-flickity destroyed itself and cause test failures.

Solution

I added event cleaning logic to the component and added tests.

@dylanfoster could you please review?

briangonzalez commented 7 years ago

+1

dylanfoster commented 7 years ago

good stuff 👍