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