Fixed #1537 - BlockUI doesn't get rid of div
parent
e38a5b8e91
commit
af831bb135
|
@ -67,7 +67,7 @@ export default {
|
|||
},
|
||||
unblock() {
|
||||
DomHandler.addClass(this.mask, 'p-component-overlay-leave');
|
||||
this.mask.addEventListener('transitionend', () => {
|
||||
this.mask.addEventListener('animationend', () => {
|
||||
this.removeMask();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue