提交 13921a8e 编写于 作者: R Rachel Macfarlane

Properly dispose of deleted comment zone widgets on comment update event

上级 58477d9a
......@@ -381,6 +381,7 @@ export class ReviewController implements IEditorContribution {
let matchedZone = matchedZones[0];
let index = this._commentWidgets.indexOf(matchedZone);
this._commentWidgets.splice(index, 1);
matchedZone.dispose();
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册