mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
after changing position mask not removed issue fixed
This commit is contained in:
parent
c5c1e69a65
commit
e1cbbf574d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
onLeave() {
|
||||
this.$emit('hide');
|
||||
|
||||
if (this.modal && !this.fullScreen) {
|
||||
if (this.modal) {
|
||||
this.disableModality();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue