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
Post a Comment