Unshallow current character on selectCharacterById

1b02426df104d7fbfa463a340205396a0666d6c3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/script.js+1 -0
@@ -1400,6 +1400,7 @@ export async function selectCharacterById(id) {
14001400 } else {
14011401 //if clicked on character that was already selected
14021402 selected_button = 'character_edit';
1403+ await unshallowCharacter(this_chid);
14031404 select_selected_character(this_chid);
14041405 }
14051406}