CSR-762 Prevent pushing GA click when tabbing through preloaded page with radio buttons
This commit is contained in:
parent
cbfd62e3a8
commit
cf14826a94
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ export default {
|
|||
this.pushClickEventToGA();
|
||||
} else {
|
||||
if (
|
||||
this.valueToEmit &&
|
||||
!this.isValueSelectedOnClick &&
|
||||
this.isChecked &&
|
||||
this.lastValuePushedToGa != this.value
|
||||
|
|
|
|||
Loading…
Reference in a new issue