We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5fab8 commit 38fef37Copy full SHA for 38fef37
src/plots/gl2d/camera.js
@@ -65,6 +65,7 @@ function createCamera(scene) {
65
handleInteraction(1, xy[0], xy[1]);
66
});
67
element.addEventListener('touchmove', function(ev) {
68
+ ev.preventDefault()
69
var xy = mouseOffset(ev.changedTouches[0], element);
70
71
0 commit comments