Unshallow current character on selectCharacterById
| @@ -1400,6 +1400,7 @@ export async function selectCharacterById(id) { | ||
| 1400 | 1400 | } else { |
| 1401 | 1401 | //if clicked on character that was already selected |
| 1402 | 1402 | selected_button = 'character_edit'; |
| 1403 | + await unshallowCharacter(this_chid); | |
| 1403 | 1404 | select_selected_character(this_chid); |
| 1404 | 1405 | } |
| 1405 | 1406 | } |