day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Pass event to popover :on-cancel #320

Open brjann opened 2 years ago

brjann commented 2 years ago

When the user clicks outside the popover to close it, the on-click event is propagated to the parents of the popover element. This causes an issue for me. It would be great if the :on-cancel function could receive the event so one can (.stopPropagation e) if one wishes.