mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Group UI tweaks
This commit is contained in:
@@ -505,6 +505,7 @@ function select_group_chats(chat_id) {
|
||||
$("#rm_group_chat_name").on("input", async function () {
|
||||
if (chat_id) {
|
||||
group.name = $(this).val();
|
||||
$("#rm_button_selected_ch").children("h2").text(group.name);
|
||||
await editGroup(chat_id);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user