Skip to content

Commit 6244f13

Browse files
committed
Lint
1 parent aa53f75 commit 6244f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/graph_interact.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ fx.click = function(gd, evt, subplot) {
15311531

15321532
// fallback to fail-safe in case the plot type's hover method doesn't pass the subplot.
15331533
// Ternary, for example, didn't, but it was caught because tested.
1534-
if (subplot !== undefined) {
1534+
if(subplot !== undefined) {
15351535
// The true flag at the end causes it to re-run the hover computation to figure out *which*
15361536
// point is being clicked. Without this, clicking is somewhat unreliable.
15371537
fx.hover(gd, evt, subplot, true);

0 commit comments

Comments
 (0)