Move typing indicator to an extension

https://github.com/SillyTavern/Extension-TypingIndicator
This commit is contained in:
Cohee
2025-02-02 03:54:14 +02:00
parent 1f0aa29307
commit 6deaa31d41
4 changed files with 1 additions and 44 deletions

View File

@ -8738,11 +8738,6 @@ const swipe_right = () => {
easing: animation_easing,
queue: false,
complete: async function () {
/*if (!selected_group) {
var typingIndicator = $("#typing_indicator_template .typing_indicator").clone();
typingIndicator.find(".typing_indicator_name").text(characters[this_chid].name);
} */
/* $("#chat").append(typingIndicator); */
const is_animation_scroll = ($('#chat').scrollTop() >= ($('#chat').prop('scrollHeight') - $('#chat').outerHeight()) - 10);
//console.log(parseInt(chat[chat.length-1]['swipe_id']));
//console.log(chat[chat.length-1]['swipes'].length);