Explorar el Código

fix search nav behaviour

bach hace 9 meses
padre
commit
e080c4ac5e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -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);
   }