Javascript – stop the scroll event listener in React.js
I'm trying to stop listening to the scroll event because I need to control when the event should scroll and when to remove the scroll event. I'm trying to e.prevent but it doesnot work. Is there any way to controll…