feat: 添加未选择页面的空承载页.

This commit is contained in:
lijiahangmax
2024-01-12 23:28:32 +08:00
parent 720c2247c8
commit c16a461e5c
16 changed files with 176 additions and 96 deletions

View File

@@ -9,9 +9,7 @@ export default class TerminalTabManager implements ITerminalTabManager {
public items: Array<TerminalTabItem>;
constructor() {
// fixme
// this.active = InnerTabs.NEW_CONNECTION.key;
this.active = undefined as unknown as string;
this.active = InnerTabs.NEW_CONNECTION.key;
this.items = [InnerTabs.NEW_CONNECTION];
}