You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: