This commit is contained in:
Peter Maquiran
2022-01-14 14:58:47 +01:00
parent 46c6860625
commit e8408bc1ff
5 changed files with 26 additions and 1 deletions
@@ -91,6 +91,11 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
this.wsChatMethodsService.getDmRoom(this.roomId).loadHistory()
this.wsChatMethodsService.getDmRoom(this.roomId).scrollDown = this.scrollToBottomClicked
setTimeout(()=>{
this.scrollToBottomClicked()
}, 50)
}