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