Posts by Luis Fernando • 1 point
1 post
-
0
votes0
answers27
viewsQ: How to prevent an Event Switch globally?
created an Event Listener in App.js with the following: useEffect(() => { window.addEventListener("scroll", e => { scrollToSection_DataLayer('#section1');…