From b0190387ce12998e7365411fc680e4dd14a8b274 Mon Sep 17 00:00:00 2001 From: Daniel <57051444+daniel-lxs@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:22:32 -0500 Subject: [PATCH] Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (#5192) --- .../src/components/chat/checkpoints/CheckpointMenu.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx b/webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx index 6b632a4548..21b4f486c7 100644 --- a/webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx +++ b/webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx @@ -61,13 +61,13 @@ export const CheckpointMenu = ({ ts, commitHash, currentHash, checkpoint }: Chec setIsOpen(open) setIsConfirming(false) }}> - - + + - - + +
{!isCurrent && (