I've got an Angular15 app with Tauri.
When a user request TTS, it plays audio on the Rust side and then I emit an event when the audio is done so the user sees the complete state.
Despite looking at my Angular state and all its logs say the state is up-to-date, the rendered view does not reflect that until a click is clicked.. anywhere.
I tested my front-end in the browser for sanity and it works as expected there.
Is there something I can do to help the redraw?