vue2-perfect-scrollbar icon indicating copy to clipboard operation
vue2-perfect-scrollbar copied to clipboard

Throwing errors on touch move

Open zupancicr opened this issue 2 years ago • 0 comments

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();

zupancicr avatar Jan 12 '22 13:01 zupancicr