From 1902319b0e844ab69553bb6d918299451d8c2c90 Mon Sep 17 00:00:00 2001 From: Md Ashik Date: Mon, 18 Sep 2023 11:22:38 +0600 Subject: [PATCH] fix: #13687 || panelmenu: panelMenuSub unknown function and duplicate call #13687 --- src/app/components/panelmenu/panelmenu.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/panelmenu/panelmenu.ts b/src/app/components/panelmenu/panelmenu.ts index b2682b9ee1c..fc5a082d71e 100644 --- a/src/app/components/panelmenu/panelmenu.ts +++ b/src/app/components/panelmenu/panelmenu.ts @@ -267,7 +267,6 @@ export class PanelMenuSub { [activeItemPath]="activeItemPath()" [transitionOptions]="transitionOptions" [items]="processedItems()" - [activeItemPath]="activeItemPath()" [parentExpanded]="parentExpanded" (itemToggle)="onItemToggle($event)" (keydown)="onKeyDown($event)" @@ -776,7 +775,6 @@ export class PanelMenuList implements OnChanges { [activeItem]="activeItem()" [tabindex]="tabindex" [parentExpanded]="isItemActive(item)" - (itemToggle)="changeExpandedKeys($event)" (headerFocus)="updateFocusedHeader($event)" >