Fix persona UI states sometimes not updating

This commit is contained in:
Wolfsblvt
2025-02-25 21:57:25 +01:00
parent 582b710d3c
commit fec0e248c5

View File

@@ -1956,6 +1956,7 @@ export async function initPersonas() {
convertCharacterToPersona();
}
});
eventSource.on(event_types.CHAT_CHANGED, updatePersonaUIStates);
eventSource.on(event_types.CHAT_CHANGED, loadPersonaForCurrentChat);
switchPersonaGridView();
}