fix(tui): show queued prompts when drained
parent
c9f7b703dd
commit
a30ffbe1d4
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue