mercs600 / vue2-perfect-scrollbar

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

Unable to preventDefault inside passive event #55

Open SlivaNilow opened 4 years ago

SlivaNilow commented 4 years ago

Hi! In mobile mode in Chrome, I get an error in the console when I try to drag the slider, because of this, the scroll does not work. Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080

version 1.5.0

Thx

SlivaNilow commented 4 years ago

found same issue on https://github.com/mdbootstrap/perfect-scrollbar/issues/947