Make textout scrolling "smooth" for upgrade progress
This commit is contained in:
parent
bdbbe990dd
commit
2ce242ba42
|
@ -247,7 +247,7 @@
|
|||
|
||||
// scroll down to end of textout area
|
||||
this.$nextTick(() => {
|
||||
this.$refs.seeme.scrollIntoView()
|
||||
this.$refs.seeme.scrollIntoView({behavior: 'smooth'})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue