Skip to content
  • Mike Bostock's avatar
    d3.touch defaults to changedTouches. · 467f1490
    Mike Bostock authored
    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.
    467f1490