Skip to content

Fix the rage click system#1

Open
HJewkes wants to merge 2 commits into
splitio-examples:mainfrom
HJewkes:patch-1
Open

Fix the rage click system#1
HJewkes wants to merge 2 commits into
splitio-examples:mainfrom
HJewkes:patch-1

Conversation

@HJewkes

@HJewkes HJewkes commented Aug 6, 2021

Copy link
Copy Markdown
Contributor

I fixed some problems with rage click detection over hackday, I'm just porting them back to this repo.

I fixed some problems with rage click detection over hackday, I'm just porting them back to this repo.
Comment thread src/tracking/click.js Outdated
isTrackedElement(clickEvent) {
const target = clickEvent.target || clickEvent.srcElement;
isTrackedElement(target) {
return true;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this shouldn't be here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant