react-hammerjs icon indicating copy to clipboard operation
react-hammerjs copied to clipboard

React hammer options not working for some properties

Open wlingke opened this issue 8 years ago • 0 comments

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.

wlingke avatar May 08 '17 18:05 wlingke