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