This commit is contained in:
Luke
2021-04-21 14:55:37 +00:00
parent d7386d2587
commit 6a208054af

View File

@@ -71,7 +71,7 @@ var chatAPI =
elmnt.scrollTop = elmnt.scrollHeight - elmnt.clientHeight;
}
// if (!chat.enabled) { elmnt.scrollTo(0, elmnt.scrollHeight); }
if (!chat.enabled) { elmnt.scrollTo(0, elmnt.scrollHeight); }
} else {
chat.container.append(chatElement);
}