提交 a4e10669 编写于 作者: I isidor

debug: dispose watch expression template actionBar

上级 f4c0f85a
......@@ -662,7 +662,9 @@ export class WatchExpressionsRenderer implements tree.IRenderer {
}
public disposeTemplate(tree: tree.ITree, templateId: string, templateData: any): void {
// noop
if (templateId === WatchExpressionsRenderer.WATCH_EXPRESSION_TEMPLATE_ID) {
(<IWatchExpressionTemplateData>templateData).actionBar.dispose();
}
}
public dispose(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册