Added "Smoothstep" Edge Style

This commit is contained in:
Nicole Rappe 2025-05-06 06:03:53 -06:00
parent ca1348fcb8
commit b724976854

View File

@ -57,7 +57,8 @@ export default function FlowEditor({
const edgeStyles = {
step: "step",
curved: "bezier",
straight: "straight"
straight: "straight",
smoothstep: "smoothstep"
};
const animationStyles = {
@ -416,6 +417,7 @@ export default function FlowEditor({
<MenuItem onClick={() => changeEdgeType("step")}>Step</MenuItem>
<MenuItem onClick={() => changeEdgeType("curved")}>Curved</MenuItem>
<MenuItem onClick={() => changeEdgeType("straight")}>Straight</MenuItem>
<MenuItem onClick={() => changeEdgeType("smoothstep")}>Smoothstep</MenuItem>
</MenuList>
</MenuItem>
<MenuItem>