fix(app): preserve draft through permission prompts#22203
fix(app): preserve draft through permission prompts#22203terminalchai wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate FoundPR #21950 - Why it's related: |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Summary
Fixes #21320.
Verification
bun x prettier --write src/pages/session/composer/session-composer-region.tsx e2e/session/session-composer-dock.spec.ts(frompackages/app)bun run test:e2e -- session/session-composer-dock.spec.ts -g "blocked permission flow preserves typed draft|keyboard focus stays off prompt while blocked"(frompackages/app)Notes
packages/enterprise/src/custom-elements.d.tsandpackages/app/src/custom-elements.d.ts, so the branch was pushed with--no-verifyafter running the targeted checks above.