Properly position typing indicator after user message #423

This commit is contained in:
SillyLossy
2023-06-01 10:13:49 +03:00
parent 72b7b7cab2
commit 83c875d8dc
2 changed files with 4 additions and 4 deletions

View File

@ -512,6 +512,8 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
setCharacterId(chId);
setCharacterName(characters[chId].name)
Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });
if (type !== "swipe" && type !== "impersonate" && !isMultigenEnabled() && !isStreamingEnabled()) {
// update indicator and scroll down
typingIndicator
@ -523,8 +525,6 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
});
}
Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });
// TODO: This is awful. Refactor this
while (true) {
deactivateSendButtons();