Skip to content

Commit

Permalink
fix(overlay-menu): remove wrong super call
Browse files Browse the repository at this point in the history
  • Loading branch information
goremikins committed Oct 19, 2021
1 parent 6e17cce commit 0a63e1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/elements/src/overlay-menu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ export class OverlayMenu extends Overlay {
this.oldPosition = undefined;
this.oldInteractiveElements = [];
}

super.onClosed();
}

/**
Expand Down

0 comments on commit 0a63e1f

Please sign in to comment.