Scroll term edition form into view when opening it.
This commit is contained in:
parent
3f79f48d84
commit
5114762861
|
@ -251,6 +251,7 @@
|
|||
this.$nextTick()
|
||||
.then(() => {
|
||||
this.updateExtraFormData(this.editForm);
|
||||
document.getElementById('termEditForm').scrollIntoView();
|
||||
});
|
||||
|
||||
this.showCheckboxesWarning = false;
|
||||
|
|
Loading…
Reference in New Issue