react-hammerjs
react-hammerjs copied to clipboard
React hammer options not working for some properties
For example, if I'd like to set the default:
const hammerOptions = {
cssProps: {
userSelect: 'auto',
},
};
This does not work. Seems like it may be because the code is using Hammer.set and these needs to be passed in the defaults.