transversal links to nav history #786, restored scrolls

This commit is contained in:
2020-07-21 17:38:27 +02:00
parent 44388adaf8
commit f0b6a79bc7
6 changed files with 133 additions and 88 deletions
+7 -7
View File
@@ -29,13 +29,13 @@ export default {
console.log('history add item', item, router)
commit('addItem', item)
commit('setOpened', true)
router.push({
name: `editiontext`,
params: {
id: item.textId,
textid: item.uuid
}
})
// router.push({
// name: `editiontext`,
// params: {
// id: item.textId,
// textid: item.uuid
// }
// })
},
navigateToItem ({ dispatch, commit, state }, item) {
console.log('history navigate to item', item, router)