re-com
re-com copied to clipboard
Pass event to popover :on-cancel
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.