mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
修复调用 oops.gui.clear() 后,模式窗口打开不显示问题
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user