fix(web): hide bubble menu when divider is selected in full-email-builder example#3504
Conversation
…lder example Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: This change adds 'horizontalRule' to the hideWhenActiveNodes list in the BubbleMenu of a full-email-builder example, preventing the bubble menu from appearing when a divider is selected; it is a trivial UI configuration change with no impact on core logic or production systems.
Summary
'horizontalRule'tohideWhenActiveNodesin the full-email-builder example so the text bubble menu no longer appears when a divider block is selected.Context
The bubble menu trigger (
textSelection) now correctly suppresses the menu for anyNodeSelectionwhose node type is inhideWhenActiveNodes(fixed in the companion PR). This change updates the example to opt in to that behavior for the divider.Test plan
/editor/full-email-builder)🤖 Generated with Claude Code
Summary by cubic
Hide the text bubble menu when a divider is selected in the full-email-builder example by adding horizontalRule to the BubbleMenu’s hideWhenActiveNodes list.
Written for commit b16be0f. Summary will update on new commits.