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
If I clicked on the div (which is often), this event will not be raised. I think this is a common case.
Of course I can trigger an window?.umami.track manually in onclick function, but I think this enhancement is beneficial in most cases.
The text was updated successfully, but these errors were encountered:
CNSeniorious000
changed the title
If a click event is bubbled, it will not be tracked
If a click event is bubbled from its children, it will not be tracked
Jan 14, 2024
Describe the feature or enhancement
If my DOM is like this:
If I clicked on the div (which is often), this event will not be raised. I think this is a common case.
Of course I can trigger an
window?.umami.track
manually inonclick
function, but I think this enhancement is beneficial in most cases.The text was updated successfully, but these errors were encountered: