Skip to content

Commit

Permalink
Merge 0a507e2 into f957d1b
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jan 17, 2024
2 parents f957d1b + 0a507e2 commit 6bb9872
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ class TooltipBase extends Marko.Component<Input> {

handleExpand() {
this.emit("base-expand");
this.updateTip();
if (this.hostEl && this.overlayEl) {
this.updateTip();
}
}

handleCollapse() {
Expand Down

0 comments on commit 6bb9872

Please sign in to comment.