d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
507 stars 143 forks source link

Fixing google's annoying passive listener warning. #225

Closed swordensen closed 3 years ago

swordensen commented 3 years ago

This PR is in response to https://github.com/d3/d3-zoom/issues/103 and is primarily aimed to resolve this warning:

image

The intended behavior is for the zoom event to block scrolling so we just need to mark it as such.

tinchoz49 commented 3 years ago

This is great, can we have maybe a patch version published with this change?