mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Automatically focus the execute button in the DacFx wizard summary screens (#6984)
* Focus piping for extension buttons * Focus the done button when entering the summary page for DacFx wizard * Adding internal value resets for extension-side button model. * Correcting remark string
This commit is contained in:
@@ -54,6 +54,9 @@ export class DacFxSummaryPage extends BasePage {
|
||||
if (this.model.upgradeExisting && this.instance.selectedOperation === Operation.deploy) {
|
||||
this.instance.wizard.generateScriptButton.hidden = false;
|
||||
}
|
||||
|
||||
this.instance.wizard.doneButton.focused = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user