Skip to content

Commit

Permalink
fix: delete the used cleanup method
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Jul 16, 2021
1 parent b9e6202 commit 942ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overlay/src/OverlayTrigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class OverlayTrigger extends LitElement {
}
if (this.closeHoverOverlay) {
this.closeHoverOverlay();
delete this.closeClickOverlay;
delete this.closeHoverOverlay;
}
super.disconnectedCallback();
}
Expand Down

0 comments on commit 942ef0f

Please sign in to comment.