Almost-Senseless-Tech / Voskle-Live-Transcribe-Android

A simple, accessible and offline real-time transcription app for Android.
Apache License 2.0
5 stars 0 forks source link

Transcript deletion broken #19

Closed Almost-Senseless-Coder closed 7 months ago

Almost-Senseless-Coder commented 7 months ago

The latest changes to the cursor behaviour resulted in a bug which means deleting the transcript doesn't work correctly.

The root cause is that the transcript content and the TextFieldValue used to encapsulate it and the cursor position don't get synced when the transcript gets deleted.