Fix persona UI states sometimes not updating
| @@ -1956,6 +1956,7 @@ export async function initPersonas() { | ||
| 1956 | 1956 | convertCharacterToPersona(); |
| 1957 | 1957 | } |
| 1958 | 1958 | }); |
| 1959 | + eventSource.on(event_types.CHAT_CHANGED, updatePersonaUIStates); | |
| 1959 | 1960 | eventSource.on(event_types.CHAT_CHANGED, loadPersonaForCurrentChat); |
| 1960 | 1961 | switchPersonaGridView(); |
| 1961 | 1962 | } |