Skip to content

Commit c845c02

Browse files
committed
Fix: remove onclick
I had accidentally left in a test to adding onClick. We do not want this functionality as the current system for retargeting works for clicks
1 parent 49615d1 commit c845c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/forcedRetargeting.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const reactEvents = [
77
'onMouseOut',
88
'onMouseOver',
99
'onMouseUp',
10-
'onClick',
1110
];
1211

1312
function findReactProperty(item: any, propertyPrefix: string): any {

0 commit comments

Comments
 (0)