malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

Passive event listener issue on browser #659

Open mukeshpanchal27 opened 3 years ago

mukeshpanchal27 commented 3 years ago

In the latest browsers, we got Unable to preventDefault inside passive event listener invocation when viewing the site on the browser.

if((dlt>0 && draggerPos!==0) || (dlt<0 && draggerPos!==limit) || o.mouseWheel.preventDefault){
       e.stopImmediatePropagation();
    e.preventDefault();
}