@klippa/ngx-enhancy-forms 14.20.4 → 14.20.5
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.
|
@@ -2460,7 +2460,7 @@ class WithTooltipDirective {
|
|
|
2460
2460
|
this.triangleWhite.style.borderTop = `${triangleSize} solid white`;
|
|
2461
2461
|
el.nativeElement.prepend(this.triangleWhite);
|
|
2462
2462
|
});
|
|
2463
|
-
el.nativeElement.addEventListener('
|
|
2463
|
+
el.nativeElement.addEventListener('mouseleave', () => {
|
|
2464
2464
|
try {
|
|
2465
2465
|
el.nativeElement.removeChild(this.div);
|
|
2466
2466
|
}
|