fixing a timeline tooltip bug
This commit is contained in:
parent
3431b7ebdf
commit
a44ecbafa0
|
@ -9105,6 +9105,8 @@ requires
|
|||
}
|
||||
|
||||
function mouseleave(e) {
|
||||
self.clientX = 0;
|
||||
self.clientY = 0;
|
||||
self.$tooltip.hide();
|
||||
}
|
||||
|
||||
|
@ -9144,7 +9146,9 @@ requires
|
|||
.appendTo(self.$timeline);
|
||||
}
|
||||
});
|
||||
updateTooltip();
|
||||
if (self.clientX && self.clientY) {
|
||||
updateTooltip();
|
||||
}
|
||||
}
|
||||
|
||||
function setWidth() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user