Skip to content

Suppress toolbar tooltips while a fan-out or folder is expanded - #110

Merged
einari merged 1 commit into
mainfrom
claude/github-issue-804-v52oqa
Jul 27, 2026
Merged

Suppress toolbar tooltips while a fan-out or folder is expanded#110
einari merged 1 commit into
mainfrom
claude/github-issue-804-v52oqa

Conversation

@einari

@einari einari commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Add a disabled prop to the shared Tooltip that suppresses the hover
bubble, and pass disabled={isExpanded} from ToolbarFanOutItem and
ToolbarFolder. When a sub menu or fan-out panel is open, the trigger
button is still hovered, so its CSS hover tooltip stayed visible and
overlapped the revealed panel — making it hard to see. The tooltip now
disappears while the panel is expanded and returns once it closes.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01GorDfFeCPRaaeSPzHCKJKQ

Add a `disabled` prop to the shared `Tooltip` that suppresses the hover
bubble, and pass `disabled={isExpanded}` from `ToolbarFanOutItem` and
`ToolbarFolder`. When a sub menu or fan-out panel is open, the trigger
button is still hovered, so its CSS hover tooltip stayed visible and
overlapped the revealed panel — making it hard to see. The tooltip now
disappears while the panel is expanded and returns once it closes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GorDfFeCPRaaeSPzHCKJKQ
@einari einari added the patch label Jul 27, 2026
@einari
einari merged commit d304d12 into main Jul 27, 2026
5 checks passed
@einari
einari deleted the claude/github-issue-804-v52oqa branch July 27, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants