Merge pull request #6284 from FabienVINCENT/fix-6262-v4.0.5
Fix issue #6262 - Click outside only when not modal for v4.0.5pull/6391/head
commit
6ec92cb397
|
@ -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