Fix persona UI states sometimes not updating

fec0e248c5f391c4da04cfcf74384557e45b9d7a

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/personas.js+1 -0
@@ -1956,6 +1956,7 @@ export async function initPersonas() {
1956 convertCharacterToPersona();1956 convertCharacterToPersona();
1957 }1957 }
1958 });1958 });
1959 eventSource.on(event_types.CHAT_CHANGED, updatePersonaUIStates);
1959 eventSource.on(event_types.CHAT_CHANGED, loadPersonaForCurrentChat);1960 eventSource.on(event_types.CHAT_CHANGED, loadPersonaForCurrentChat);
1960 switchPersonaGridView();1961 switchPersonaGridView();
1961}1962}