d3.touch defaults to changedTouches.
This way, it’s easier to tell whether the touch changed during the event. This also fixes #1600 because the drag behavior now only dispatches a drag event on elements that moved, even if multiple touches are active.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment