mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Move focus to inside sql database projects dialogs when they open (#13512)
This commit is contained in:
@@ -117,6 +117,7 @@ export class CreateProjectFromDatabaseDialog {
|
||||
|
||||
let formModel = this.formBuilder.component();
|
||||
await view.initializeModel(formModel);
|
||||
this.selectConnectionButton?.focus();
|
||||
this.initDialogComplete?.resolve();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user