Update packages/react/src/additional-components/EdgeToolbar/EdgeToolbar.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alessandro Cheli
2025-10-13 16:16:40 +02:00
committed by GitHub
co-authored by Copilot
parent 3204173b2c
commit a94bdc1cd0
@@ -93,7 +93,7 @@ export function EdgeToolbar({
className={cc(['react-flow__edge-toolbar', className])} className={cc(['react-flow__edge-toolbar', className])}
{...rest} {...rest}
// @todo: check if we could only do this for non-prod envs // @todo: check if we could only do this for non-prod envs
data-id={`${edge.id} `} data-id={edge.id}
> >
{children} {children}
</div> </div>