mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
parent
145ce6e7b5
commit
2c58caeb59
1 changed files with 0 additions and 8 deletions
|
|
@ -345,14 +345,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
break
|
||||
case "api_req_started":
|
||||
if (secondLastMessage?.ask === "command_output") {
|
||||
// If the last ask is a command_output, and we
|
||||
// receive an api_req_started, then that means
|
||||
// the command has finished and we don't need
|
||||
// input from the user anymore (in every other
|
||||
// case, the user has to interact with input
|
||||
// field or buttons to continue, which does the
|
||||
// following automatically).
|
||||
setInputValue("")
|
||||
setSendingDisabled(true)
|
||||
setSelectedImages([])
|
||||
setClineAsk(undefined)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue