mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #3609 from panda01/fix/3309/tooltipWontHide
Tooltip Won't hide fix
This commit is contained in:
commit
ec45d1a5cd
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ define(function (require) {
|
|||
var events = self.events ? self.events.eventResponse(d, i) : d;
|
||||
return render(tooltipFormatter(events));
|
||||
})
|
||||
.on('mouseout.tip', function () {
|
||||
.on('mouseleave.tip', function () {
|
||||
render();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue