**Describe the bug** If you use html in an item template with submenu and click on the menu item text then the submenu is rendered in the wrong place. Example: ``` html <ng-template contextMenuItem [subMenu]="subMenu"> <div>Item</div> </ng-template> ``` **Stackblitz Example** https://stackblitz.com/edit/angular-ivy-zcbqgj 