mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-21937 Fix context menu list component (#9658)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div mat-menu class="mat-menu-panel" @panelAnimation>
|
||||
<div id="adf-context-menu-content" class="mat-menu-content">
|
||||
<div mat-menu class="mat-mdc-menu-panel mdc-menu-surface mdc-menu-surface--open" @panelAnimation>
|
||||
<div id="adf-context-menu-content" class="mat-mdc-menu-content">
|
||||
<ng-container *ngFor="let link of links">
|
||||
<button *ngIf="link.model?.visible"
|
||||
[attr.data-automation-id]="'context-' + (link.title || link.model?.title | translate)"
|
||||
|
Reference in New Issue
Block a user