feat: 添加未选择页面的空承载页.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user