Skip to content

Commit

Permalink
fix: (Core) fix breadcrump overflow menu (#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Jan 28, 2021
1 parent a9825e8 commit 0089e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/src/lib/menu/menu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export class MenuComponent extends BasePopoverClass implements MenuInterface, Af

set trigger(trigger: ElementRef) {
this._externalTrigger = trigger;
this._popoverService.initialise(this._externalTrigger, this);
this._destroyEventListeners();
this._listenOnTriggerRefClicks();
}
Expand Down

0 comments on commit 0089e1e

Please sign in to comment.