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