Poprawki filtrów

This commit is contained in:
2022-09-29 19:40:15 +02:00
parent 846d4d0547
commit 1cc4d76e4d
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ const router = createRouter({
scrollBehavior(to, from) {
if (to.name == 'SceneryView' && from.name) return { el: `.app_main` };
if (from.name == 'SceneryView' && to.name == 'StationsView') return { el: `.last-selected`, top: 20 };
// if (from.name == 'SceneryView' && to.name == 'StationsView') return { el: `.last-selected`, top: 20 };
},
history: createWebHistory(),
routes,