mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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) => {
|
this._dialogPanes.forEach((dialogPane, page) => {
|
||||||
if (page === pageToShow) {
|
if (page === pageToShow) {
|
||||||
dialogPaneToShow = dialogPane;
|
dialogPaneToShow = dialogPane;
|
||||||
dialogPane.layout(true);
|
|
||||||
dialogPane.show(focus);
|
dialogPane.show(focus);
|
||||||
|
dialogPane.layout(true);
|
||||||
} else {
|
} else {
|
||||||
dialogPane.hide();
|
dialogPane.hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user