fix scroll

This commit is contained in:
Pete Matsyburka
2025-03-20 18:38:38 +02:00
parent 0e5e0e7772
commit a1aeabccff
+3 -1
View File
@@ -1301,7 +1301,9 @@ export default {
if (!this.isCompleted) { if (!this.isCompleted) {
if (scrollToArea) { if (scrollToArea) {
this.scrollIntoField(this.currentField) this.$nextTick(() => {
setTimeout(() => this.scrollIntoField(this.currentField), 1)
})
} }
this.enableScrollIntoField = false this.enableScrollIntoField = false