fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user