mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
show page first and then do the layout (#14307)
This commit is contained in:
@@ -189,8 +189,8 @@ export class WizardModal extends Modal {
|
||||
this._dialogPanes.forEach((dialogPane, page) => {
|
||||
if (page === pageToShow) {
|
||||
dialogPaneToShow = dialogPane;
|
||||
dialogPane.layout(true);
|
||||
dialogPane.show(focus);
|
||||
dialogPane.layout(true);
|
||||
} else {
|
||||
dialogPane.hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user