Fixed reference
parent
6bf5736060
commit
97256988a9
|
@ -144,7 +144,7 @@ export default {
|
||||||
selfClick: false,
|
selfClick: false,
|
||||||
beforeUnmount() {
|
beforeUnmount() {
|
||||||
if (this.overlay) {
|
if (this.overlay) {
|
||||||
ZIndexUtils.clear(el);
|
ZIndexUtils.clear(this.overlay);
|
||||||
this.onOverlayHide();
|
this.onOverlayHide();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue