Merge branch 'main' into feature/vue3-modals-with-router-4
This commit is contained in:
@ -601,6 +601,9 @@ export default {
|
||||
}
|
||||
},
|
||||
scrollToHeading() {
|
||||
if(!this.$refs?.heading?.$el) {
|
||||
return
|
||||
}
|
||||
this.$refs.heading.$el.scrollIntoView({block: 'center'})
|
||||
},
|
||||
setActiveFields() {
|
||||
|
Reference in New Issue
Block a user