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 fa1db3b commit 05ded3cCopy full SHA for 05ded3c
src/plots/gl2d/camera.js
@@ -74,7 +74,7 @@ function createCamera(scene) {
74
75
ev.preventDefault();
76
}, hasPassive ? {passive: false} : false);
77
- element.addEventListener('touchend', function() {
+ element.addEventListener('touchend', function(ev) {
78
handleInteraction(0, result.lastPos[0], result.lastPos[1]);
79
80
0 commit comments