This commit is contained in:
rebornix
2020-04-29 17:37:25 -07:00
parent 555c8b59fe
commit bcb50dda0e

View File

@@ -771,7 +771,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
const placeholder = valueLength > 0
? ''
: hasExistingComments
? (this._commentOptions?.prompt || nls.localize('reply', "Reply..."))
? (this._commentOptions?.placeHolder || nls.localize('reply', "Reply..."))
: (this._commentOptions?.placeHolder || nls.localize('newComment', "Type a new comment"));
const decorations = [{
range: {