mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move typing indicator to an extension
https://github.com/SillyTavern/Extension-TypingIndicator
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user