diff --git a/interaction/app/default/src/app/app.component.ts b/interaction/app/default/src/app/app.component.ts index d5e295a0..a27dfcdf 100644 --- a/interaction/app/default/src/app/app.component.ts +++ b/interaction/app/default/src/app/app.component.ts @@ -13,7 +13,7 @@ interface Dimensions { }) export class AppComponent implements OnInit { - @ViewChild(ChatAreaComponent, {static: true}) chat: ChatAreaComponent; + @ViewChild(ChatAreaComponent, {static: false}) chat: ChatAreaComponent; public messages: Array;