[PR #9551] fix(app): Edit-project name race condition #13147

Closed
opened 2026-02-16 18:18:01 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9551

State: closed
Merged: Yes


What does this PR do?

Fixes a race condition with the edit project name code.

Before:

https://github.com/user-attachments/assets/59311952-8bf4-439d-bc6f-7521ec2f0473

  • it fails to get focus sometimes

After:

https://github.com/user-attachments/assets/2f326ce4-00f9-48e9-ad80-1f41b64a53a9

  • gets focused every time

How did you verify your code works?

Ran web with my changes, validation video above^

Fixes: https://github.com/anomalyco/opencode/issues/9550

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9551 **State:** closed **Merged:** Yes --- ### What does this PR do? Fixes a race condition with the edit project name code. #### Before: https://github.com/user-attachments/assets/59311952-8bf4-439d-bc6f-7521ec2f0473 - it fails to get focus sometimes #### After: https://github.com/user-attachments/assets/2f326ce4-00f9-48e9-ad80-1f41b64a53a9 - gets focused every time ### How did you verify your code works? Ran web with my changes, validation video above^ Fixes: https://github.com/anomalyco/opencode/issues/9550
yindo added the pull-request label 2026-02-16 18:18:01 -05:00
yindo closed this issue 2026-02-16 18:18:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13147