File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
365+ isSingleComment , // suppressDraftModeUpdate
366366 ) ,
367367 setReplyAuthor ( thread , await this . _folderRepoManager . getCurrentUser ( this . pullRequestModel . githubRepository ) , this . _context ) ] ) ;
368368 }
Original file line number Diff line number Diff line change @@ -807,7 +807,7 @@ export class ReviewCommentController extends CommentControllerBase implements Co
807807 startLine ,
808808 endLine ,
809809 side ,
810- isSingleComment ,
810+ isSingleComment , // suppressDraftModeUpdate
811811 ) ,
812812 setReplyAuthor ( thread , await this . _folderRepoManager . getCurrentUser ( this . _folderRepoManager . activePullRequest . githubRepository ) , this . _context )
813813 ] ) ;
You can’t perform that action at this time.
0 commit comments