Skip to content

Commit

Permalink
remove explicit cursor hiding from tooltips demo (it hides by default…
Browse files Browse the repository at this point in the history
… now)
  • Loading branch information
leeoniya committed Dec 22, 2019
1 parent 846c42f commit e4da0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

plot.addEventListener("mouseleave", () => {
if (!u.cursor.locked) {
u.setCursor({left: -10, top: -10});
// u.setCursor({left: -10, top: -10});
hideTips();
}
});
Expand Down

0 comments on commit e4da0ba

Please sign in to comment.