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

java - unable show chart in xls document using jasper reports -

javascript - Slick Slider width recalculation -

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