We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82604eb commit 735f8f2Copy full SHA for 735f8f2
src/plots/gl3d/scene.js
@@ -456,7 +456,7 @@ proto.render = function() {
456
457
if(selection.buttons && selection.distance < 5 && !tabletmode) {
458
gd.emit('plotly_click', eventData);
459
- }else if(tabletmode && selection.distance < 5) {
+ } else if(tabletmode && selection.distance < 5) {
460
461
} else {
462
gd.emit('plotly_hover', eventData);
0 commit comments