@eric-emg/symphiq-components 1.2.86 → 1.2.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1526,10 +1526,9 @@ class TooltipDirective {
|
|
|
1526
1526
|
this.mouseY = event.clientY;
|
|
1527
1527
|
}
|
|
1528
1528
|
onMouseLeave() {
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
// this.scheduleHide();
|
|
1529
|
+
this.clearShowTimeout();
|
|
1530
|
+
this.isHovered.set(false);
|
|
1531
|
+
this.scheduleHide();
|
|
1533
1532
|
}
|
|
1534
1533
|
onMouseEnterAgain() {
|
|
1535
1534
|
// If user returns to element while tooltip is still visible, cancel hide
|