Skip to content

Commit

Permalink
Comments don't show on non-checked out PR when closing and re-opening…
Browse files Browse the repository at this point in the history
… the file from the PRs veiw

Fixes #6571
  • Loading branch information
alexr00 committed Dec 20, 2024
1 parent 03410cb commit 1d87cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/pullRequestCommentController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export class PullRequestCommentController extends CommentControllerBase implemen
private removeAllCommentsThreads(): void {
Object.keys(this._commentThreadCache).forEach(key => {
disposeAll(this._commentThreadCache[key]);
delete this._commentThreadCache[key];
});
}

Expand Down

0 comments on commit 1d87cc9

Please sign in to comment.