[ACS-9233] a11y testing: Edit Aspects - Interactive controls must not be nested (#10680)

This commit is contained in:
Mykyta Maliarchuk
2025-02-27 09:35:24 +01:00
committed by GitHub
parent ac11fa8a65
commit 1422604991
4 changed files with 79 additions and 52 deletions

View File

@@ -60,6 +60,7 @@ export class AspectListComponent implements OnInit {
nodeAspectStatus: string[] = [];
notDisplayedAspects: string[] = [];
hasEqualAspect: boolean = true;
isPanelOpen: boolean[] = [];
private readonly destroyRef = inject(DestroyRef);