mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
Updated dependencies
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
5b0f95fed9
commit
f628a6c3d6
5 changed files with 94 additions and 188 deletions
|
|
@ -271,6 +271,7 @@ function RoomViewContent({
|
|||
};
|
||||
|
||||
const handleScrollToLive = () => {
|
||||
trySendingReadReceipt();
|
||||
scroll.from = roomTimeline.timeline.size - scroll.limit - 1;
|
||||
if (scroll.from < 0) scroll.from = 0;
|
||||
scroll.isNewEvent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue