Skip to content

ahoy.js does not track click events for a-tags that contain HTML tags. Is it intentional? #57

@ts-3156

Description

@ts-3156

As far as I investigate, there are differences in behavior as follows. I want to track click events in all a-tags, is there a way to do that?

# Click events are tracked
<a>click</a>

# Click events are not tracked
<a><span>click</span></a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions