Skip to content
Snippets Groups Projects
Commit a34893e7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7078 Hide tooltip on window resizing

parent 806ef0d3
Branches
Tags
No related merge requests found
...@@ -54,6 +54,7 @@ export class TooltipDirective implements OnDestroy { ...@@ -54,6 +54,7 @@ export class TooltipDirective implements OnDestroy {
@HostListener('mouseleave') @HostListener('mouseleave')
@HostListener('window:scroll') @HostListener('window:scroll')
@HostListener('focusout') @HostListener('focusout')
@HostListener('window:resize')
destroyTooltip(): void { destroyTooltip(): void {
this.destroy(); this.destroy();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment