pull/402/merge
Pete Matsyburka 7 months ago
parent 0e5e0e7772
commit a1aeabccff

@ -1301,7 +1301,9 @@ export default {
if (!this.isCompleted) {
if (scrollToArea) {
this.scrollIntoField(this.currentField)
this.$nextTick(() => {
setTimeout(() => this.scrollIntoField(this.currentField), 1)
})
}
this.enableScrollIntoField = false

Loading…
Cancel
Save