DEV Community

Discussion on: Pinch me, I'm zooming: gestures in the DOM

Collapse
 
danburzo profile image
Dan Burzo

Hi, thanks for the note. To avoid the warning, you can either attach the wheel event on a container other than document, or use the { passive: false } flag in addEventListener(). An updated implementation is presented in the final version of the article.