Modal's mask property is no longer mandatory to set false in draggable mode
This commit is contained in:
parent
c5663a34f9
commit
899c7009b2
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
|||
}
|
||||
},
|
||||
showMask () {
|
||||
return this.draggable ? false : this.mask;
|
||||
return this.mask;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Reference in a new issue