chore(step-edge): rename bendPosition to stepPosition
This commit is contained in:
@@ -36,7 +36,7 @@ function createSmoothStepEdge(params: { isInternal: boolean }) {
|
||||
targetPosition,
|
||||
borderRadius: pathOptions?.borderRadius,
|
||||
offset: pathOptions?.offset,
|
||||
bendPosition: pathOptions?.bendPosition,
|
||||
stepPosition: pathOptions?.stepPosition,
|
||||
});
|
||||
|
||||
const _id = params.isInternal ? undefined : id;
|
||||
|
||||
Reference in New Issue
Block a user