Update packages/react/src/additional-components/EdgeToolbar/EdgeToolbar.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user