mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 23:32:36 -05:00
Fix #96516
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user