react-scroll
react-scroll copied to clipboard
Is there any way to disable preventDefault/stopPropagation for link with scroll
I have events in Google Tag Manager(GTM), activated by clicking on a link, which is also a scroller. But because of event.preventDefault() GTM does not catch this click for analytics.
Is there any salvation for this?
You could listen to the events and then trigger the GTM, or scroll programatically.