after changing position mask not removed issue fixed

pull/3465/head
Bahadır Sofuoğlu 2022-12-30 15:33:42 +03:00
parent c5c1e69a65
commit e1cbbf574d
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
}, },