html-next / ember-hammertime

TouchAction (aka "fastclick") Support for Ember Applications
MIT License
56 stars 23 forks source link

allow disabling via config #102

Open yratanov opened 4 years ago

yratanov commented 4 years ago

Currently it's not possible to disable addon using app config: touchActionOnAction = config.touchActionOnAction || touchActionOnAction; <- this line will always be true, because touchActionOnAction = true