Skip to content

Commit 735af6e

Browse files
committed
Fix d3#1198; don’t prevent default on touchstart.
1 parent e15ac86 commit 735af6e

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

d3.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,6 @@ d3 = function() {
12041204
touches.forEach(function(t) {
12051205
translate0[t.identifier] = location(t);
12061206
});
1207-
d3_eventCancel();
12081207
if (touches.length === 1) {
12091208
if (now - touchtime < 500) {
12101209
var p = touches[0], l = location(touches[0]);

0 commit comments

Comments
 (0)