Skip to content

Commit dcf24fc

Browse files
Copilotalexr00
andcommitted
Revert comment-only changes and investigate further
Co-authored-by: alexr00 <[email protected]>
1 parent e2995cf commit dcf24fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/view/pullRequestCommentController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export class PullRequestCommentController extends CommentControllerBase implemen
362362
thread.range ? (thread.range.start.line + 1) : undefined,
363363
thread.range ? (thread.range.end.line + 1) : undefined,
364364
side,
365-
isSingleComment, // suppressDraftModeUpdate
365+
isSingleComment,
366366
),
367367
setReplyAuthor(thread, await this._folderRepoManager.getCurrentUser(this.pullRequestModel.githubRepository), this._context)]);
368368
}

src/view/reviewCommentController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ export class ReviewCommentController extends CommentControllerBase implements Co
807807
startLine,
808808
endLine,
809809
side,
810-
isSingleComment, // suppressDraftModeUpdate
810+
isSingleComment,
811811
),
812812
setReplyAuthor(thread, await this._folderRepoManager.getCurrentUser(this._folderRepoManager.activePullRequest.githubRepository), this._context)
813813
]);

0 commit comments

Comments
 (0)