Skip to content
Snippets Groups Projects
Commit 6e22b02a authored by Quentin Torck's avatar Quentin Torck Committed by Homada.Boumedane
Browse files

feat : add navigation to the select popup

todo: when leaving a popup get the focus on the previous selected element.
parent 0ef2d746
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
[class.is-active]="isSelected(orgUnit)"
[solidifyAutoScrollIntoView]="isSelected(orgUnit)"
(keydown.enter)="goToArchivesOfOrganizationalUnit(orgUnit)"
(click)="goToArchivesOfOrganizationalUnit(orgUnit)"
(click)="goToArchivesOfOrganizationalUnit(orgUnit)"
>
{{orgUnit.name}}
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment