This commit is contained in:
Ryan Vogel 2026-03-28 19:03:13 -04:00
commit bd2e34f3bd
5 changed files with 341 additions and 107 deletions

View file

@ -557,7 +557,7 @@ export default function DictationScreen() {
lastWaveformCommitRef.current = now
}
// Always use the latest model ref to avoid stale closure
// Always use the latest model ref to avoid stale closure.
modelRef.current.streamInsert(samples)
},
)