bug fixed
This commit is contained in:
parent
9be903970a
commit
98a067e889
|
@ -1,7 +1,7 @@
|
||||||
<!-- MESSAGE -->
|
<!-- MESSAGE -->
|
||||||
<div
|
<div
|
||||||
#mbContainer
|
#mbContainer
|
||||||
class="message-row hide"
|
class="message-row"
|
||||||
[ngClass]="{
|
[ngClass]="{
|
||||||
me: mine,
|
me: mine,
|
||||||
contact: !mine,
|
contact: !mine,
|
||||||
|
|
|
@ -107,7 +107,7 @@ export class MessageBoxComponent implements OnInit, AfterViewInit {
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
// this.elementRef.nativeElement.classList.add('hide');
|
this.mbContainer.nativeElement.classList.add('hide');
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewInit(): void {
|
ngAfterViewInit(): void {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user