close Fixed: Modal scroll not working

This commit is contained in:
Cüneyt Şentürk
2020-04-19 19:30:13 +03:00
parent 5839a84b73
commit ef3e0d9599
5 changed files with 28 additions and 2 deletions

@ -255,6 +255,10 @@ export default {
},
onCancel() {
let documentClasses = document.body.classList;
documentClasses.remove("modal-open");
this.display = false;
this.form.name = '';
this.form.enabled = 1;