Apivan
Results
2
comments of
Apivan
Here is my quick fix. ``` diff --git a/src/plots/gl3d/scene.js b/src/plots/gl3d/scene.js index b7ee38712..f34f1a869 100644 --- a/src/plots/gl3d/scene.js +++ b/src/plots/gl3d/scene.js @@ -241,6 +241,10 @@ proto.initializeGLPlot = function() { relayoutCallback(scene); }); + scene.glplot.canvas.addEventListener('touchend', function()...