@cc-component/cc-core 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -904,6 +904,9 @@ export class MainModule {
904
904
  list_layer.pop();//移除最后一个
905
905
  this.ShowLayerUI(config, true)
906
906
  Logger.debug('LayerType.LayerUI 移除窗口记录:', className, list_layer);
907
+ } else {
908
+ const list_layer = MainModule.Ins.openWindowLayer.get(config.layer)
909
+ list_layer.pop();//移除最后一个
907
910
  }
908
911
 
909
912
  this.openedWindows.delete(className);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-core",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",