Scroll term edition form into view when opening it.

This commit is contained in:
mateuswetah 2020-03-27 14:12:20 -03:00
parent 3f79f48d84
commit 5114762861
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@
this.$nextTick()
.then(() => {
this.updateExtraFormData(this.editForm);
document.getElementById('termEditForm').scrollIntoView();
});
this.showCheckboxesWarning = false;