Commit 7690264
committed
Fix checkpoint popover not opening due to StandardTooltip wrapper conflict
The StandardTooltip component was incorrectly wrapping the PopoverTrigger,
which prevented the popover from opening. This was introduced in PR #5098
when standardizing tooltip delays.
The fix moves StandardTooltip inside PopoverTrigger (with asChild prop)
so that PopoverTrigger can properly control its child element while still
providing tooltip functionality.
This pattern is consistent with other components like ShareButton.1 parent c58b963 commit 7690264
File tree
1 file changed
+4
-4
lines changed- webview-ui/src/components/chat/checkpoints
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments