Fixed #80 - Modal dialog is not destroyed properly
parent
98f9ab2579
commit
d9eb230bac
|
@ -52,7 +52,9 @@ export default {
|
|||
mask: null,
|
||||
documentKeydownListener: null,
|
||||
destroyed() {
|
||||
//this.unbindDocumentKeydownListener();
|
||||
if (this.modal) {
|
||||
this.disableModality();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
close() {
|
||||
|
|
Loading…
Reference in New Issue