From 6e22b02a10976803a1f000c721934c23a8bab586 Mon Sep 17 00:00:00 2001
From: quentin <quentin.torck@aiso.com>
Date: Wed, 11 Mar 2020 15:25:00 +0100
Subject: [PATCH] feat : add navigation to the select popup

todo: when leaving a popup get the focus on the previous selected element.
---
 .../home-browsing-org-unit.presentational.html                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/features/home/components/presentationals/home-browsing-org-unit/home-browsing-org-unit.presentational.html b/src/app/features/home/components/presentationals/home-browsing-org-unit/home-browsing-org-unit.presentational.html
index 258204b49..5097da987 100644
--- a/src/app/features/home/components/presentationals/home-browsing-org-unit/home-browsing-org-unit.presentational.html
+++ b/src/app/features/home/components/presentationals/home-browsing-org-unit/home-browsing-org-unit.presentational.html
@@ -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>
-- 
GitLab