@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);
|