after changing position mask not removed issue fixed
parent
c5c1e69a65
commit
e1cbbf574d
|
@ -97,7 +97,7 @@ export default {
|
||||||
onLeave() {
|
onLeave() {
|
||||||
this.$emit('hide');
|
this.$emit('hide');
|
||||||
|
|
||||||
if (this.modal && !this.fullScreen) {
|
if (this.modal) {
|
||||||
this.disableModality();
|
this.disableModality();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue