mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix: Wrongfully clearing input on autoApprove (#3956)
This commit is contained in:
parent
ad2ff932fa
commit
503c7585de
1 changed files with 0 additions and 2 deletions
|
|
@ -1195,8 +1195,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
// This is copied from `handlePrimaryButtonClick`, which we used
|
||||
// to call from `autoApprove`. I'm not sure how many of these
|
||||
// things are actually needed.
|
||||
setInputValue("")
|
||||
setSelectedImages([])
|
||||
setSendingDisabled(true)
|
||||
setClineAsk(undefined)
|
||||
setEnableButtons(false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue