metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.5k stars 604 forks source link

Fix destroy event not firing #1304

Open gpoole opened 2 months ago

gpoole commented 2 months ago

The destroy event was effectively not firing due to allOff being called and removing any destroy listeners before the event was emitted.

This change fixes that issue and introduces an assertion for the event being fired.