mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 08:26:15 +00:00
Scroll at bottom of the messages when loading is finished.
This commit is contained in:
parent
6b80e30ca0
commit
b4b93a2f0c
@ -43,6 +43,7 @@ function fetchConversation(phoneNumber) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#app-content').html(conversationBuf);
|
$('#app-content').html(conversationBuf);
|
||||||
|
$('#app-content').scrollTop(1E10);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user