comment removed
This commit is contained in:
parent
9e2a5bec76
commit
551f495698
|
@ -122,10 +122,6 @@ export class MessageBoxComponent implements OnInit, AfterViewInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewInit(): void {
|
ngAfterViewInit(): void {
|
||||||
this.logger.debug(
|
|
||||||
'offsetHeight' + this.message.seq,
|
|
||||||
this.mbContainer.nativeElement.offsetHeight
|
|
||||||
);
|
|
||||||
this.elementRef.nativeElement.style.height = `${this.mbContainer.nativeElement.offsetHeight}px`;
|
this.elementRef.nativeElement.style.height = `${this.mbContainer.nativeElement.offsetHeight}px`;
|
||||||
this.elementRef.nativeElement.style.maxHeight = `${this.mbContainer.nativeElement.offsetHeight}px`;
|
this.elementRef.nativeElement.style.maxHeight = `${this.mbContainer.nativeElement.offsetHeight}px`;
|
||||||
this.mbContainer.nativeElement.classList.remove('hide');
|
this.mbContainer.nativeElement.classList.remove('hide');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user