We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03410cb commit 3b78c48Copy full SHA for 3b78c48
1 file changed
src/view/pullRequestCommentController.ts
@@ -526,6 +526,7 @@ export class PullRequestCommentController extends CommentControllerBase implemen
526
private removeAllCommentsThreads(): void {
527
Object.keys(this._commentThreadCache).forEach(key => {
528
disposeAll(this._commentThreadCache[key]);
529
+ delete this._commentThreadCache[key];
530
});
531
}
532
0 commit comments