mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 05:30:03 -05:00
fixes #92225
This commit is contained in:
@@ -802,6 +802,7 @@ export class RepositoryPane extends ViewPane {
|
||||
return;
|
||||
}
|
||||
this.inputModel.setValue(value);
|
||||
this.inputEditor.setPosition(this.inputModel.getFullModelRange().getEndPosition());
|
||||
}));
|
||||
|
||||
// Keep API in sync with model and update placeholder and validation
|
||||
|
||||
Reference in New Issue
Block a user