提交 b6a50881 编写于 作者: I isidor

minor polish

上级 c3e6a8e1
......@@ -137,7 +137,7 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
const id = viewlet.getId();
if (this.activePanelContextKey.get() === id) {
this.activePanelContextKey.set('');
this.activePanelContextKey.reset();
}
}
......@@ -301,6 +301,7 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
}
dispose(): void {
super.dispose();
this.disposables = dispose(this.disposables);
}
}
......
......@@ -57,7 +57,7 @@ export class ViewletService implements IViewletService {
const id = viewlet.getId();
if (this.activeViewletContextKey.get() === id) {
this.activeViewletContextKey.set('');
this.activeViewletContextKey.reset();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册