d3 / d3-zoom

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

Mouseup event did not trigger #148

Closed zebratt closed 6 years ago

zebratt commented 6 years ago

2018-07-18 12 21 08

platform: macos 10.13.2 chrome 67.0.3396.99

My code like this, and in the latest d3 version , 5.5.0, the mouseup event did not trigger. However, I try the version 3.5.0, everything is ok. what's wrong with that?

wulucxy commented 4 years ago

@zebrallel I also have this problem, what's reason here?