Skip to content

Commit

Permalink
fix #122563.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 19, 2021
1 parent 7f8d465 commit 286370b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
if (!this._commentReplyComponent?.form.classList.contains('expand')) {
this._commentReplyComponent?.form.classList.add('expand');
this._commentReplyComponent?.editor.focus();
this._commentReplyComponent?.editor.layout();
}
}

Expand Down

0 comments on commit 286370b

Please sign in to comment.