1
0

Merge branch 'main' into feature/vue3-modals-with-router-4

This commit is contained in:
kolaente
2022-01-18 22:27:32 +01:00
4 changed files with 44 additions and 12 deletions

View File

@ -601,6 +601,9 @@ export default {
}
},
scrollToHeading() {
if(!this.$refs?.heading?.$el) {
return
}
this.$refs.heading.$el.scrollIntoView({block: 'center'})
},
setActiveFields() {