Skip to content

Commit

Permalink
remove touch-action:none
Browse files Browse the repository at this point in the history
fixes #206
fixes #217
  • Loading branch information
Fil committed Jul 24, 2020
1 parent 96bd44b commit 87c6215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default function() {
.on("touchstart.zoom", touchstarted)
.on("touchmove.zoom", touchmoved)
.on("touchend.zoom touchcancel.zoom", touchended)
.style("touch-action", "none")
.style("-webkit-tap-highlight-color", "rgba(0,0,0,0)");
}

Expand Down

0 comments on commit 87c6215

Please sign in to comment.