Make textout scrolling "smooth" for upgrade progress

This commit is contained in:
Lance Edgar 2022-08-20 23:33:46 -05:00
parent bdbbe990dd
commit 2ce242ba42

View file

@ -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'})
}) })
} }
} }