feat: enhance TooltipIconButton to conditionally disable tooltips

This commit is contained in:
Anish Sarkar 2026-03-17 15:09:24 +05:30
parent 893df1718b
commit 591bd6bb46
2 changed files with 8 additions and 2 deletions

View file

@ -713,6 +713,7 @@ const ComposerAction: FC<ComposerActionProps> = ({ isBlockedByOtherUser = false
<TooltipIconButton
tooltip="Manage tools"
side="bottom"
disableTooltip={toolsPopoverOpen}
variant="ghost"
size="icon"
className="size-[34px] rounded-full p-1 font-semibold text-xs hover:bg-muted-foreground/15 dark:border-muted-foreground/15 dark:hover:bg-muted-foreground/30"