修复调用 oops.gui.clear() 后,模式窗口打开不显示问题

This commit is contained in:
dgflash
2024-10-16 18:29:37 +08:00
parent 45602bcbec
commit 0d3da6e306

View File

@@ -121,7 +121,6 @@ export class LayerPopUp extends LayerUI {
clear(isDestroy: boolean) {
super.clear(isDestroy)
this.black.enabled = false;
this.active = false;
this.closeVacancyRemove();
this.closeMask();
}