adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

Prevent early destruction from mouse events #241

Closed cmcclure closed 7 years ago

cmcclure commented 7 years ago

This removes the logic around pausing and restarting timers in favor of setting a flag which prevents the exit and destroy while being moused over. A related change is to set the timeout timer to trigger exitMessage which in turn sets a timer of destroy based on the extendedTimout. This prevents having to juggle two timers separately.

In reference to Issue 237