fixed the issue with tab layout inside the dialog pane (#1515)

This commit is contained in:
Leila Lali
2018-05-30 13:02:19 -07:00
committed by GitHub
parent 05d7e24e66
commit f5b1bd0bc2
2 changed files with 7 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export class DialogModal extends Modal {
}
public layout(): void {
this._dialogPane.layout();
}
public render() {