kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

afterHidden callback is invoked again if toaster crossed out #22

Open mii9000 opened 7 years ago

mii9000 commented 7 years ago

afterHidden event seems to be raised regardless of whether the toaster was crossed out or not after the timeout. https://github.com/kamranahmedse/jquery-toast-plugin/blob/master/src/jquery.toast.js#L278-L297