show map on gallery and change name

This commit is contained in:
axolotle
2022-01-03 15:34:23 +01:00
parent eb3828a7f8
commit 79bb45851f
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default {
async 'OPEN_CREATION' ({ state, commit, dispatch }, id) {
if (router.currentRoute.name !== 'gallery-view') {
router.push({ name: 'gallery-view', params: { id } })
router.push({ name: 'gallery-view', params: { id }, hash: '#map' })
} else {
router.push({ params: { id } })
}