mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Unshallow current character on selectCharacterById
This commit is contained in:
@@ -1400,6 +1400,7 @@ export async function selectCharacterById(id) {
|
|||||||
} else {
|
} else {
|
||||||
//if clicked on character that was already selected
|
//if clicked on character that was already selected
|
||||||
selected_button = 'character_edit';
|
selected_button = 'character_edit';
|
||||||
|
await unshallowCharacter(this_chid);
|
||||||
select_selected_character(this_chid);
|
select_selected_character(this_chid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user