mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
No scroll if user is not fully scrolled down in messages
This commit is contained in:
@ -870,7 +870,7 @@
|
|||||||
message_users_cache[usrcachekey]["msgs"].push(message.id);
|
message_users_cache[usrcachekey]["msgs"].push(message.id);
|
||||||
last = message.id;
|
last = message.id;
|
||||||
}
|
}
|
||||||
if (replace == null) {
|
if (replace == null && jumpscroll) {
|
||||||
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
||||||
}
|
}
|
||||||
$('#chatcontent').linkify({
|
$('#chatcontent').linkify({
|
||||||
|
Reference in New Issue
Block a user