This commit is contained in:
Ryan Vogel
2026-03-28 19:03:13 -04:00
parent a45c3a0049
commit bd2e34f3bd
5 changed files with 356 additions and 122 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)
},
)