Remove commented out code

This commit is contained in:
Silvano Cerza 2025-02-20 17:57:33 +01:00
parent 9c374f19f2
commit c8908eb7c3

View file

@ -147,14 +147,6 @@ const ActionsGutter: React.FC<ActionsGutterProps> = ({
strokeWidth="1"
/>
{buttons}
{/* <foreignObject
x={0}
y={topLeft + lineHeight / 2 - 12}
width="48"
height="24"
>
<div style={{ display: "flex", flexDirection: "row" }}></div>
</foreignObject> */}
</g>
);
};