Update step when page is navigated to (#9839)

This commit is contained in:
Charles Gagnon
2020-04-03 08:57:57 -07:00
committed by GitHub
parent c102322594
commit 87b892d13f
2 changed files with 4 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ export class WizardModal extends Modal {
this._dialogPanes.forEach((dialogPane, page) => {
if (page === pageToShow) {
dialogPaneToShow = dialogPane;
dialogPane.layout(true);
dialogPane.show(focus);
} else {
dialogPane.hide();