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
|
// scroll down to end of textout area
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.seeme.scrollIntoView()
|
this.$refs.seeme.scrollIntoView({behavior: 'smooth'})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue