This commit is contained in:
Peter Maquiran
2023-01-16 09:06:12 +01:00
parent 9493179efd
commit 7fbe4abddf
10 changed files with 23 additions and 18 deletions
+1 -2
View File
@@ -620,7 +620,6 @@ export class RoomService {
this.RochetChatConnectorService.sendStreamNotifyRoom(this.id, SessionStore.user.UserName, 'typing', this.isTyping).catch((error) => console.error(error));
}
this.lastMessageTxt = this.message
this.typingWatch()
}
@@ -712,7 +711,7 @@ export class RoomService {
}
}
setTimeout(()=> {
setTimeout(() => {
this.scrollDown()
}, 50)