mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Display group name in list after renaming
This commit is contained in:
@@ -71,6 +71,7 @@ async function _save(group) {
|
||||
},
|
||||
body: JSON.stringify(group),
|
||||
});
|
||||
await getCharacters();
|
||||
}
|
||||
|
||||
|
||||
@@ -479,7 +480,7 @@ async function editGroup(id, immediately) {
|
||||
}
|
||||
|
||||
if (immediately) {
|
||||
return await _save();
|
||||
return await _save(group);
|
||||
}
|
||||
|
||||
saveGroupDebounced(group);
|
||||
|
Reference in New Issue
Block a user