Open wlingke opened 7 years ago
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.
For example, if I'd like to set the default:
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.