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
parent 3204173b2c
commit a94bdc1cd0

View File

@@ -93,7 +93,7 @@ export function EdgeToolbar({
className={cc(['react-flow__edge-toolbar', className])}
{...rest}
// @todo: check if we could only do this for non-prod envs
data-id={`${edge.id} `}
data-id={edge.id}
>
{children}
</div>