mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-10 23:45:54 +08:00
修复弹出多个窗口的时,关闭其中一个后,遮挡层被关闭问题
This commit is contained in:
@@ -54,9 +54,9 @@ export class LayerPopUp extends LayerUI {
|
||||
// 所有弹窗关闭后,关闭事件阻挡功能
|
||||
if (this.ui_nodes.size == 0) {
|
||||
this.black.enabled = false;
|
||||
this.closeVacancyRemove();
|
||||
this.closeMask();
|
||||
}
|
||||
this.closeVacancyRemove();
|
||||
this.closeMask();
|
||||
}
|
||||
|
||||
/** 关闭遮罩 */
|
||||
|
||||
Reference in New Issue
Block a user