Skip to content

Commit 735f8f2

Browse files
committed
eslinted
1 parent 82604eb commit 735f8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl3d/scene.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ proto.render = function() {
456456

457457
if(selection.buttons && selection.distance < 5 && !tabletmode) {
458458
gd.emit('plotly_click', eventData);
459-
}else if(tabletmode && selection.distance < 5) {
459+
} else if(tabletmode && selection.distance < 5) {
460460
gd.emit('plotly_click', eventData);
461461
} else {
462462
gd.emit('plotly_hover', eventData);

0 commit comments

Comments
 (0)