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

@@ -44,6 +44,7 @@ export class ControlHostContent {
}
public layout(): void {
this._agentViewComponent.layout();
}
public get id(): string {