Skip to content

Commit 00eebb3

Browse files
committed
Don't block click events entirely on touch devices.
This preventDefault call prevents the click event from firing at all.
1 parent 3081dd4 commit 00eebb3

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

d3.v2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4473,7 +4473,6 @@ function d3_behavior_dragDispatch(type) {
44734473
}
44744474

44754475
o.stopPropagation();
4476-
o.preventDefault();
44774476
}
44784477

44794478
function d3_behavior_dragPoint() {

0 commit comments

Comments
 (0)