Skip to content

Commit

Permalink
fix: (Core) Remove double mobile menu (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Feb 2, 2021
1 parent 1dbf99c commit 168a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/src/lib/menu/menu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class MenuComponent extends BasePopoverClass implements MenuInterface, Af

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

0 comments on commit 168a876

Please sign in to comment.