bugfix chat scroll down

This commit is contained in:
Chneemann 2024-06-12 20:45:08 +02:00
parent cc9377290f
commit ed94373573

View file

@ -50,7 +50,9 @@ export class ChatContentComponent implements AfterViewInit {
) {}
ngAfterViewInit() {
setTimeout(() => {
this.scrollToBottom();
}, 0);
}
/**