Promo / wheel-indicator

Indicates when user makes swipe gesture on a trackpad or mouse wheel
http://promo.github.io/wheel-indicator/
272 stars 41 forks source link

restore mouse event #53

Closed greedylan closed 6 years ago

greedylan commented 6 years ago

indicator.setOptions({preventMouse:"false"});

is above the right syntax?

f0rmat1k commented 6 years ago

No, you must use boolean values, not a string

greedylan commented 6 years ago

yeah it works. case closed