Skip to content

Commit

Permalink
Merge pull request #13688 from ashikjs/issue-13687/panelmenu-duplicat…
Browse files Browse the repository at this point in the history
…e-undeficed-function-call

fix: #13687 || panelmenu: panelMenuSub unknown function and duplicate…
  • Loading branch information
cetincakiroglu authored Sep 22, 2023
2 parents 39d19eb + 1902319 commit 235cc49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/panelmenu/panelmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export class PanelMenuSub {
[activeItemPath]="activeItemPath()"
[transitionOptions]="transitionOptions"
[items]="processedItems()"
[activeItemPath]="activeItemPath()"
[parentExpanded]="parentExpanded"
(itemToggle)="onItemToggle($event)"
(keydown)="onKeyDown($event)"
Expand Down Expand Up @@ -776,7 +775,6 @@ export class PanelMenuList implements OnChanges {
[activeItem]="activeItem()"
[tabindex]="tabindex"
[parentExpanded]="isItemActive(item)"
(itemToggle)="changeExpandedKeys($event)"
(headerFocus)="updateFocusedHeader($event)"
></p-panelMenuList>
</div>
Expand Down

1 comment on commit 235cc49

@vercel
Copy link

@vercel vercel bot commented on 235cc49 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.