Auto-reply: fix typing stop race (#270)
This commit is contained in:
@@ -76,8 +76,6 @@ export function createTypingController(params: {
|
||||
const ensureStart = async () => {
|
||||
if (!active) {
|
||||
active = true;
|
||||
runComplete = false;
|
||||
dispatchIdle = false;
|
||||
}
|
||||
if (started) return;
|
||||
started = true;
|
||||
|
||||
Reference in New Issue
Block a user