提交 52b9e852 编写于 作者: R Rachel Macfarlane

Dispose of comment widgets in editor contribuation dispose

上级 c7b6ea58
......@@ -164,6 +164,8 @@ export class ReviewController implements IEditorContribution {
this.globalToDispose = dispose(this.globalToDispose);
this.localToDispose = dispose(this.localToDispose);
this._commentWidgets.forEach(widget => widget.dispose());
if (this._newCommentWidget) {
this._newCommentWidget.dispose();
this._newCommentWidget = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册