chore: remove comment
This commit is contained in:
@@ -36,6 +36,5 @@ Check out the [examples](/examples/) if you want to dive directly into the code.
|
|||||||
- 🦾 __Reliable__: Fully written in TypeScript
|
- 🦾 __Reliable__: Fully written in TypeScript
|
||||||
|
|
||||||
::: warning Vue Flow is still version 0.x.x.
|
::: warning Vue Flow is still version 0.x.x.
|
||||||
|
|
||||||
Expect breaking changes between versions!
|
Expect breaking changes between versions!
|
||||||
:::
|
:::
|
||||||
|
|||||||
@@ -59,10 +59,6 @@ export function getSimpleBezierPath({
|
|||||||
return `M${sourceX},${sourceY} C${sourceControlX},${sourceControlY} ${targetControlX},${targetControlY} ${targetX},${targetY}`
|
return `M${sourceX},${sourceY} C${sourceControlX},${sourceControlY} ${targetControlX},${targetControlY} ${targetX},${targetY}`
|
||||||
}
|
}
|
||||||
|
|
||||||
// @TODO: this function will recalculate the control points
|
|
||||||
// one option is to let getXXXPath() return center points
|
|
||||||
// but will introduce breaking changes
|
|
||||||
// the getCenter() of other types of edges might need to change, too
|
|
||||||
export function getSimpleBezierCenter({
|
export function getSimpleBezierCenter({
|
||||||
sourceX,
|
sourceX,
|
||||||
sourceY,
|
sourceY,
|
||||||
|
|||||||
Reference in New Issue
Block a user