mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (#5192)
This commit is contained in:
parent
c58b9638c5
commit
b0190387ce
1 changed files with 4 additions and 4 deletions
|
|
@ -61,13 +61,13 @@ export const CheckpointMenu = ({ ts, commitHash, currentHash, checkpoint }: Chec
|
|||
setIsOpen(open)
|
||||
setIsConfirming(false)
|
||||
}}>
|
||||
<PopoverTrigger asChild>
|
||||
<StandardTooltip content={t("chat:checkpoint.menu.restore")}>
|
||||
<StandardTooltip content={t("chat:checkpoint.menu.restore")}>
|
||||
<PopoverTrigger asChild>
|
||||
<Button variant="ghost" size="icon">
|
||||
<span className="codicon codicon-history" />
|
||||
</Button>
|
||||
</StandardTooltip>
|
||||
</PopoverTrigger>
|
||||
</PopoverTrigger>
|
||||
</StandardTooltip>
|
||||
<PopoverContent align="end" container={portalContainer}>
|
||||
<div className="flex flex-col gap-2">
|
||||
{!isCurrent && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue