Open 01Kuzma opened 6 years ago
Are you wanting to detect when the first modal is opened and when the last one is closed?
For that, it might make sense to add onFirstModalOpen
and onLastModalClose
props to ModalContainer
(I don't love those names though)
Or, do you want to detect every open and every close of any modal?
Hi! I want to detect every open and every close of any modal
Hi! any news?
Not quite the original request, but note that I added onFirstModalMounted
and onLastModalUnmounted
handlers to ModalContainer in v1.3.3.
Hi! Is there a way to execute/call a custom function once any modals were closed?