From 3ae8f318e4d73f9dc64e1e0c70d26fe453bfcc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Fri, 10 May 2024 16:39:21 +0300 Subject: [PATCH] fixed #15485 --- src/app/components/tooltip/tooltip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/tooltip/tooltip.ts b/src/app/components/tooltip/tooltip.ts index 50e71776f6..d61a3f04db 100755 --- a/src/app/components/tooltip/tooltip.ts +++ b/src/app/components/tooltip/tooltip.ts @@ -431,7 +431,7 @@ export class Tooltip implements AfterViewInit, OnDestroy { this.create(); setTimeout(() => { - this.align(); + this.container && this.align(); }, 100); DomHandler.fadeIn(this.container, 250);