bug fixed
This commit is contained in:
parent
9be903970a
commit
98a067e889
|
@ -1,7 +1,7 @@
|
|||
<!-- MESSAGE -->
|
||||
<div
|
||||
#mbContainer
|
||||
class="message-row hide"
|
||||
class="message-row"
|
||||
[ngClass]="{
|
||||
me: mine,
|
||||
contact: !mine,
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user