Skip to content

Commit

Permalink
fix console error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed May 10, 2024
1 parent ab6f932 commit 6608cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6608cae

Please sign in to comment.