Feat: Display the iteration operator toolbar #3221 (#8645)

### What problem does this PR solve?

Feat: Display the iteration operator toolbar #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-03 13:31:39 +08:00
committed by GitHub
parent 1dd18f95e9
commit 612abd6d89
3 changed files with 43 additions and 42 deletions

View File

@ -40,6 +40,7 @@ export const TooltipNode = forwardRef<HTMLDivElement, TooltipNodeProps>(
onBlur={hideTooltip}
tabIndex={0}
selected={selected}
className="h-full bg-transparent"
>
{children}
</BaseNode>
@ -65,7 +66,7 @@ export const TooltipContent = forwardRef<HTMLDivElement, TooltipContentProps>(
<div ref={ref}>
<NodeToolbar
isVisible={isTooltipVisible}
className=" bg-transparent text-primary-foreground "
className=" bg-transparent text-primary-foreground"
tabIndex={1}
position={position}
offset={0}