You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was no way to fix this using the options prop. I ended up quickfixing it by adding a CSS class to the Hammer component and overwriting the hammer CSS:
Your plugin disables selection on a page. It voluntary sets
style="user-select: none"
.How to disable it? I need to select elements
https://stackoverflow.com/questions/48418160/how-to-get-rid-of-user-select-none-in-react-hammer-js
The text was updated successfully, but these errors were encountered: