Skip to content

Commit

Permalink
Merge 818787e into 13d97ff
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwaterman committed Apr 23, 2019
2 parents 13d97ff + 818787e commit c4e28b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/jquery.flot.js
Expand Up @@ -2495,7 +2495,7 @@ Licensed under the MIT license.

if (s.bars.show && !item) { // no other point can be nearby
var foundIndex = findNearbyBar(s, mouseX, mouseY);
if (foundIndex) item = [i, foundIndex];
if (foundIndex !== null) item = [i, foundIndex];
}
}

Expand Down

0 comments on commit c4e28b1

Please sign in to comment.