mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
(TESTING) Auto-hide messages in very long chats
This commit is contained in:
@ -793,6 +793,8 @@ function printMessages() {
|
||||
chat.forEach(function (item, i, arr) {
|
||||
addOneMessage(item);
|
||||
});
|
||||
|
||||
$('#chat .mes').addClass('auto_hide');
|
||||
}
|
||||
|
||||
function clearChat() {
|
||||
|
Reference in New Issue
Block a user