Fixed #80 - Modal dialog is not destroyed properly

pull/104/head
cagataycivici 2019-11-01 11:32:32 +03:00
parent 98f9ab2579
commit d9eb230bac
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ export default {
mask: null,
documentKeydownListener: null,
destroyed() {
//this.unbindDocumentKeydownListener();
if (this.modal) {
this.disableModality();
}
},
methods: {
close() {