[bugfix] Toast: should not render overlay when cleared (#3025)
This commit is contained in:
@@ -186,6 +186,10 @@ export const PopupMixin = {
|
||||
},
|
||||
|
||||
renderOverlay() {
|
||||
if (this.$isServer || !this.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.overlay) {
|
||||
openOverlay(this, {
|
||||
zIndex: context.zIndex++,
|
||||
|
||||
Reference in New Issue
Block a user