SimpleChatTCRV:CMUI:Scroll into view in optimized ui flows
This commit is contained in:
parent
d18745d02f
commit
161714f56e
|
|
@ -1386,6 +1386,9 @@ class MultiChatUI {
|
|||
this.show_message(this.elDivChat, prevLastMsg, 1, msg)
|
||||
}
|
||||
this.show_message(this.elDivChat, msg, 0, undefined)
|
||||
if (this.elLastChatMessage != null) {
|
||||
this.scroll_el_into_view(this.elLastChatMessage)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue