javascript - How to prevent chrome extension to mess with my site events? -


i using mousewheel event in site. have webgl frontend, scrollbars disabled, mousewheel used manipulating objects. works good, if not chrome wheel smooth scroller extension. bastard scrolls page not meant scrolled, , - blocks mousewheel event.

i attach event listener this:

window.addeventlistener('mousewheel', mousewheel); 

what should do? attaching event div instead of window not option


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -