chore: remove comment

This commit is contained in:
Braks
2022-04-11 16:43:07 +02:00
parent b94c0ab607
commit e17fb8094b
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -36,6 +36,5 @@ Check out the [examples](/examples/) if you want to dive directly into the code.
- 🦾 __Reliable__: Fully written in TypeScript
::: warning Vue Flow is still version 0.x.x.
Expect breaking changes between versions!
:::
@@ -59,10 +59,6 @@ export function getSimpleBezierPath({
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({
sourceX,
sourceY,