fix search nav behaviour
This commit is contained in:
parent
e256733c94
commit
e080c4ac5e
@ -62,6 +62,7 @@ router.afterEach((to, from) => {
|
|||||||
// prevent hover map item mouse event if cartouch is opened
|
// prevent hover map item mouse event if cartouch is opened
|
||||||
if(['static', 'search'].indexOf(to.name) >= 0){
|
if(['static', 'search'].indexOf(to.name) >= 0){
|
||||||
common_store.setCartoucheOpened(true);
|
common_store.setCartoucheOpened(true);
|
||||||
|
concernement_store.resetConcernementOpened();
|
||||||
}else{
|
}else{
|
||||||
common_store.setCartoucheOpened(false);
|
common_store.setCartoucheOpened(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user