Skip to content

Commit

Permalink
chore(context-menu): address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-bobbe-genesys committed Oct 16, 2024
1 parent 2ffe9d2 commit dd65d82
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ export class GuxPopup {
}
}

// update position once on load to fix overflow in containers: COMUI-2883
// do not runUpdatePosition on load to avoid performance issues: COMUI-3140
componentDidLoad(): void {
if (this.expanded) {
this.runUpdatePosition();
}
this.updatePosition();
}

componentDidUpdate(): void {
Expand Down

0 comments on commit dd65d82

Please sign in to comment.