mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-5122 Change mouse event to leave in tooltip card (#6978)
This commit is contained in:
committed by
GitHub
parent
f5c29a5ec8
commit
12652b53b8
@@ -70,7 +70,7 @@ export class TooltipCardDirective implements OnInit, OnDestroy {
|
||||
tooltipRef.instance.htmlContent = this.htmlContent;
|
||||
}
|
||||
|
||||
@HostListener('mouseout')
|
||||
@HostListener('mouseleave')
|
||||
hide() {
|
||||
this.overlayRef.detach();
|
||||
}
|
||||
|
Reference in New Issue
Block a user