Daniil Feleniuk

Results 2 issues of Daniil Feleniuk

remove listener on modal close

I have custom event, but eventCallback called twicel. ``` this.$gtm.push({ event: "interaction", action: "open link", eventCallback: () => { window.open(this.url, "_blank"); } }) ```