mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
dynamic hiding of offscreen chat messages
This commit is contained in:
@ -729,7 +729,7 @@ function sortCharactersList() {
|
||||
for (const item of array) {
|
||||
$(`${item.selector}[${item.attribute}="${item.id}"]`).css({ 'order': orderedList.indexOf(item) });
|
||||
}
|
||||
updateVisibleDivs();
|
||||
updateVisibleDivs('#rm_print_characters_block', true);
|
||||
}
|
||||
|
||||
function sortGroupMembers(selector) {
|
||||
|
Reference in New Issue
Block a user