Skip to content

Commit

Permalink
chore: fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jun 11, 2023
1 parent 62ad220 commit d58081d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class TooltipElement extends HTMLElement {
private disabledObserver?: MutationObserver;
private showing: boolean = false;
private cleanup?: () => void;
private prevInnerHTML?: string;

private onMouseEnter = this.afterDelay.bind(this, this.show);
private onFocus = this.show.bind(this);
Expand Down

0 comments on commit d58081d

Please sign in to comment.