fix search nav behaviour

This commit is contained in:
Bachir Soussi Chiadmi 2023-08-18 19:57:02 +02:00
parent e256733c94
commit e080c4ac5e

View File

@ -62,6 +62,7 @@ router.afterEach((to, from) => {
// prevent hover map item mouse event if cartouch is opened
if(['static', 'search'].indexOf(to.name) >= 0){
common_store.setCartoucheOpened(true);
concernement_store.resetConcernementOpened();
}else{
common_store.setCartoucheOpened(false);
}