Release v3.3.2: Fix auto-update on chat switch & restore character removal

This commit is contained in:
Spicy_Marinara
2026-01-09 10:04:29 +01:00
parent 659b5bb82b
commit ddc02d9bbc
7 changed files with 156 additions and 50 deletions
+1
View File
@@ -64,6 +64,7 @@ import { renderInfoBox, updateInfoBoxField } from './src/systems/rendering/infoB
import {
renderThoughts,
updateCharacterField,
removeCharacter,
updateChatThoughts,
createThoughtPanel
} from './src/systems/rendering/thoughts.js';