fix(tui): show queued prompts when drained

fix/verification-admin-route-recovery
Brooklyn Nicholson 2026-04-26 14:01:14 -05:00
parent c9f7b703dd
commit a30ffbe1d4
1 changed files with 2 additions and 2 deletions

View File

@ -199,9 +199,9 @@ export function useSubmission(opts: UseSubmissionOptions) {
return interpolate(text, send)
}
send(text, composerRefs.queueRef.current.length === 0)
send(text)
},
[composerRefs, interpolate, send, shellExec]
[interpolate, send, shellExec]
)
const dispatchSubmission = useCallback(