HR after group list display

This commit is contained in:
RossAscends
2023-04-13 04:46:08 +09:00
parent 59923f2d7f
commit 1bf5859117
3 changed files with 7 additions and 6 deletions

View File

@ -626,6 +626,7 @@ function printCharacters() {
);
//console.log('printcharacters() -- printing -- ChID '+i+' ('+item.name+')');
});
$("#rm_print_characters_block").prepend(`<hr>`);
printGroups();
sortCharactersList();
}
@ -1890,7 +1891,7 @@ async function Generate(type, automatic_trigger, force_name2) {
return;
}
}
streamingProcessor.onFinishStreaming(streamingProcessor.messageId, getMessage);
streamingProcessor = null;
}