theKashey / react-locky

"🔒-y" – Asgardian God of Event Scoping 📦, Scroll Locking 📜, Silence Casting 🙊
MIT License
145 stars 5 forks source link

Error thrown if Locky trying to cancel not cancelable event, like touchmove #31

Open Vziliukas opened 5 years ago

Vziliukas commented 5 years ago

This error is thrown when trying to scroll on a mobile device. Probably add a check if the event is cancelable would be enough to solve it.

Error message:

Screenshot 2019-06-04 at 16 56 29

theKashey commented 5 years ago

Similar to https://github.com/theKashey/react-remove-scroll/issues/8