makotot/react-scrollspy

Add feature of not registering scroll event

Closed this issue · 2 comments

Since scroll events are heavy, that would be grate if you could add the feature of disabling scroll event registration. This way I could have my own scroll event and pass it's pulses to many other components.

Added .offEvent method in v3.2.0 ;)

Thank you very much for this awesome project.