diff --git a/client/src/router/index.js b/client/src/router/index.js index cac8b30e..96a32a54 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -119,6 +119,7 @@ const router = new Router({ }); router.afterEach((to, from) => { + store.commit('setEditModule', false); store.dispatch('showMobileNavigation', false); }); export default router;