Fix issue #6262 - Click outside only when not modal for v4.0.5
parent
71f853a174
commit
bb889406af
|
@ -71,9 +71,9 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
dismissable(newValue) {
|
dismissable(newValue) {
|
||||||
if (newValue) {
|
if (newValue) {
|
||||||
this.bindOutsideClickListener();
|
this.enableDocumentSettings();
|
||||||
} else {
|
} else {
|
||||||
this.unbindOutsideClickListener();
|
this.disableDocumentSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue