bug fixed

This commit is contained in:
Richard Park 2020-01-16 10:16:44 +09:00
parent 9be903970a
commit 98a067e889
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!-- MESSAGE -->
<div
#mbContainer
class="message-row hide"
class="message-row"
[ngClass]="{
me: mine,
contact: !mine,

View File

@ -107,7 +107,7 @@ export class MessageBoxComponent implements OnInit, AfterViewInit {
) {}
ngOnInit() {
// this.elementRef.nativeElement.classList.add('hide');
this.mbContainer.nativeElement.classList.add('hide');
}
ngAfterViewInit(): void {