mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-23 05:41:10 -05:00
Hide caret when the command is not executing
This commit is contained in:
@@ -425,6 +425,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
||||
<Terminal
|
||||
output={command + (output ? "\n" + output : "")}
|
||||
handleSendStdin={handleSendStdin}
|
||||
shouldAllowInput={!!isCommandExecuting && output.length > 0}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user