This commit is contained in:
2025-09-17 16:28:55 +08:00
parent be1389df98
commit d39f7922e8
2 changed files with 8 additions and 3 deletions
@@ -159,7 +159,11 @@ export class NavigationManager {
let subs = this.subPanelDic.get(this.currentActivePanel);
if (subs) {
subs.forEach((n) => {
n.getComponent(li_BaseView)?.close();
if (n.name != "") {
n.getComponent(li_BaseView)?.close();
} else {
//n.destroy();
}
});
}