d3 / d3-drag

Drag and drop SVG, HTML or Canvas using mouse or touch input.

Home Page:https://d3js.org/d3-drag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make event listeners non-passive.

mbostock opened this issue · comments

Related #52 d3/d3-zoom#225; Google has changed the default (which could be viewed as “breaking the web”), meaning we should probably be explicit about these needing to be non-passive.

@mbostock Above bug is related with d3/d3-zoom#233

Issue in noevent.js file.

2021-04-01 17_12_46-Window

I think Window Click event and Drag events gets conflict.

2021-04-07 17_01_02-d3_d3-drag_ Drag and drop SVG, HTML or Canvas using mouse or touch input