mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
Fix #79948
This commit is contained in:
@@ -457,6 +457,7 @@ export class ListSettingWidget extends Disposable {
|
||||
onSubmit(false);
|
||||
e.preventDefault();
|
||||
}
|
||||
rowElement.focus();
|
||||
};
|
||||
|
||||
const valueInput = new InputBox(rowElement, this.contextViewService, {
|
||||
|
||||
Reference in New Issue
Block a user