TeamWertarbyte / material-ui-bottom-sheet

Bottom sheets slide up from the bottom of the screen to reveal more content.
https://mui.wertarbyte.com/#material-ui-bottom-sheet
MIT License
29 stars 8 forks source link

Swap onclick for ontouchtap #10

Closed simondell closed 7 years ago

simondell commented 7 years ago

Although onTouchTap, with support from react-tap-event-plugin should provide a faster response on some users' devices, we noticed incompatibilities with other react plugins.

leMaik commented 7 years ago

Thanks for the PR! Indeed, in the latest versions, material-ui removed the dependency of react-tap-event-plugin. We just didn't update all our components yet, so thanks a lot! :tada:

simondell commented 7 years ago

You're welcome. And thanks for getting it merged and into NPM so quickly! 😃