Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6244f13

Browse filesBrowse files
committed
Lint
1 parent aa53f75 commit 6244f13
Copy full SHA for 6244f13

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/plots/cartesian/graph_interact.js

Copy file name to clipboardExpand all lines: src/plots/cartesian/graph_interact.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.