Auto-reply: fix typing stop race (#270)

This commit is contained in:
Shadow
2026-01-05 22:57:04 -06:00
committed by GitHub
parent 35a2140e48
commit 88cb13dc82
2 changed files with 1 additions and 2 deletions

View File

@@ -76,8 +76,6 @@ export function createTypingController(params: {
const ensureStart = async () => {
if (!active) {
active = true;
runComplete = false;
dispatchIdle = false;
}
if (started) return;
started = true;