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 38fef37 commit 52ae0c5Copy full SHA for 52ae0c5
src/plots/gl2d/camera.js
@@ -65,7 +65,7 @@ function createCamera(scene) {
65
handleInteraction(1, xy[0], xy[1]);
66
});
67
element.addEventListener('touchmove', function(ev) {
68
- ev.preventDefault()
+ ev.preventDefault();
69
var xy = mouseOffset(ev.changedTouches[0], element);
70
71
0 commit comments