Skip to content

fix(editor): close the clip picker on an outside click (1.10.0.rc2 cherry-pick) - #476

Merged
EtienneLescot merged 1 commit into
release/v1.10.0from
claude/popover-close-outside-click-rc2-cherrypick
Aug 22, 2026
Merged

fix(editor): close the clip picker on an outside click (1.10.0.rc2 cherry-pick)#476
EtienneLescot merged 1 commit into
release/v1.10.0from
claude/popover-close-outside-click-rc2-cherrypick

Conversation

@EtienneLescot

@EtienneLescot EtienneLescot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Cherry-pick of fix(editor): close the clip picker on an outside click #464 onto release/v1.10.0 for 1.10.0.rc2.
  • Clean cherry-pick, no conflicts — original commit 92a976e, squash-merged to main as b4d4399.
  • Same change: the "Edit clip" popover (clip picker) now closes on an outside click, matching the pattern LangButton already uses in EditorTopBar.tsx. Previously it only closed by selecting a clip or re-clicking the trigger.

Related issue

No linked issue — follow-up cherry-pick of #464.

Type of change

  • Bug fix

Release impact

  • Patch

Desktop impact

  • Not platform-specific

Screenshots / video

UI-only popover behavior change; no visual/styling change. See #464 for the original verification.

Testing

  • Clean cherry-pick onto release/v1.10.0, no conflicts.
  • npx biome check on both changed files — clean.
  • Same change already verified in fix(editor): close the clip picker on an outside click #464: manual browser pass (outside-click closes it, trigger re-click still toggles, selecting a clip still closes + opens Edit Clip dialog) and full v4-shell.spec.ts e2e suite (5/5, including the new outside-click test).

🤖 Generated with Claude Code

It previously only closed by picking a clip or re-clicking the trigger,
matching the mousedown-outside pattern EditorTopBar's LangButton already
uses. Covers it with an e2e test.
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 04c268d3-2de3-42d0-ad17-2c91e4988791

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@EtienneLescot
EtienneLescot merged commit cfcb63b into release/v1.10.0 Aug 22, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant