Merge branch 'next' of github.com:xyflow/xyflow into next

This commit is contained in:
moklick
2024-02-28 10:25:27 +01:00
@@ -81,8 +81,8 @@ function getPoints({
// opposite handle positions, default case
if (sourceDir[dirAccessor] * targetDir[dirAccessor] === -1) {
centerX = center.x || defaultCenterX;
centerY = center.y || defaultCenterY;
centerX = center.x ?? defaultCenterX;
centerY = center.y ?? defaultCenterY;
// --->
// |
// >---