Skip to content

Conversation

@xyOz-dev
Copy link
Contributor

@xyOz-dev xyOz-dev commented May 28, 2025

Here is REPRO step!!

box.clearing.mp4

Description

Fixes an issue raised by both myself and hannes.
Previously the chat input cleared each time an api requesst was fired, hannes noticed it also accidentally cleared inputs within settings while a task was running.

Test Procedure

  1. Type a message in the input box while a task is running
  2. When an API request is sent the input box gets cleared (no longer happens.)

Type of Change

  • 🐛 Bug Fix: Non-breaking change that fixes an issue.

Important

Removes input clearing on api_req_started in ChatView.tsx to prevent chat input from being cleared during ongoing tasks.

  • Behavior:
    • Removes input clearing when api_req_started is received in ChatView.tsx, preventing chat input from being cleared during ongoing tasks.

This description was created by Ellipsis for c2e1754. You can customize this summary. It will automatically update as commits are pushed.

@xyOz-dev xyOz-dev requested review from cte and mrubens as code owners May 28, 2025 18:49
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels May 28, 2025
@hannesrudolph hannesrudolph moved this from Triage to PR [Needs Preliminary Review] in Roo Code Roadmap May 28, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 28, 2025
@daniel-lxs daniel-lxs moved this from PR [Needs Preliminary Review] to PR [Draft / In Progress] in Roo Code Roadmap May 28, 2025
@mrubens mrubens merged commit 2c58cae into RooCodeInc:main May 28, 2025
21 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 28, 2025
@github-project-automation github-project-automation bot moved this from PR [Draft / In Progress] to Done in Roo Code Roadmap May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants