This commit is contained in:
Peter Maquiran
2022-02-10 15:27:13 +01:00
parent be0bd47456
commit 0cc6c1a84f
3 changed files with 5 additions and 6 deletions
+4 -1
View File
@@ -114,7 +114,10 @@ export class RoomService {
}
this.addMessageDB(ChatMessage)
this.scrollDown()
setTimeout(()=>{
this.scrollDown()
}, 50)
}
)