apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

allowPropagation option #120

Open 7Ds7 opened 1 year ago

7Ds7 commented 1 year ago

Added one option no one asked for :D

Had the need to have several interactions within the notification area ex: launch several modals from anchor tags inside the notification

This adds one option allowPropagation so that the click on the toast is propagated up if needed

saifmukh commented 1 year ago

Added one option no one asked for :D

Had the need to have several interactions within the notification area ex: launch several modals from anchor tags inside the notification

This adds one option allowPropagation so that the click on the toast is propagated up if needed