jxom/bumbag-ui

I am not able to fire a method call on close of a modal

asitP9 opened this issue · 0 comments

I needed to fire a method call on clicking outside of a modal, (if in case i am closing the modal on clicking outside)

Though manually i thought of doing that but for that i need to check whether the modal is present or not and also for every click on the container i have to check that which is much overhead i guess, so please try t bring up a solution