Skip to content

Commit

Permalink
fix(interaction.app): fix broken emoji panel
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoFrau committed Mar 6, 2020
1 parent 9b37e18 commit 6d89919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interaction/app/default/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>;

Expand Down

0 comments on commit 6d89919

Please sign in to comment.