mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
274 stars 43 forks source link

Throwing errors on touch move #83

Open zupancicr opened 2 years ago

zupancicr commented 2 years ago

Scrollbar throwing errors on touchMove (tablet/mobile).

[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. touchMove @ app.js

Possible fix: vue2-perfect-scrollbar\dist\vue2-perfect-scrollbar.umd.js at line 1071: if(e.cancelable) e.preventDefault();