diff --git a/src/tooltip/tooltip.ts b/src/tooltip/tooltip.ts index 47feaf2..1761955 100644 --- a/src/tooltip/tooltip.ts +++ b/src/tooltip/tooltip.ts @@ -49,6 +49,8 @@ export default class TooltipElement extends HTMLElement { } public disconnectedCallback(): void { + this.cleanup?.(); + if (this.tooltip) { this.tooltip.remove(); this.tooltip = undefined;