Skip to content

Commit

Permalink
tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Oct 3, 2024
1 parent f4a85b9 commit 1dc1bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ModalDialog = (props: ModalDialogProps) => {
}, [props.hide])

function handleBlur(e) {
_paq.push(['trackEvent', 'modal', 'blur', JSON.stringify(e)], this.id, props.title, e.currentTarget, e.relatedTarget)
_paq.push(['trackEvent', 'modal', 'blur', JSON.stringify(e), this.id, props.title, e.currentTarget, e.relatedTarget])
console.log('handleBlur', e.currentTarget, e.relatedTarget, this)
if (e.currentTarget && !e.currentTarget.contains(e.relatedTarget)) {
e.stopPropagation()
Expand Down

0 comments on commit 1dc1bb1

Please sign in to comment.