after changing position mask not removed issue fixed

This commit is contained in:
Bahadır Sofuoğlu 2022-12-30 15:33:42 +03:00
parent c5c1e69a65
commit e1cbbf574d

View file

@ -97,7 +97,7 @@ export default {
onLeave() {
this.$emit('hide');
if (this.modal && !this.fullScreen) {
if (this.modal) {
this.disableModality();
}
},