Fixed reference

pull/1088/head
Cagatay Civici 2021-04-14 22:01:39 +03:00
parent 6bf5736060
commit 97256988a9
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export default {
selfClick: false,
beforeUnmount() {
if (this.overlay) {
ZIndexUtils.clear(el);
ZIndexUtils.clear(this.overlay);
this.onOverlayHide();
}
},