Agent layout fixes (#1559)

* added layout to agent

* formatting

* formatting
This commit is contained in:
Anthony Dresser
2018-06-07 14:57:50 -07:00
committed by GitHub
parent e9747a61ac
commit 0a839c7321
5 changed files with 52 additions and 42 deletions

View File

@@ -72,4 +72,8 @@ export class TabComponent implements OnDestroy {
return false;
}
}
public layout() {
this._child.layout();
}
}