fix: Rotated rounded arrow center point (#10962)

This commit is contained in:
Márk Tolmács
2026-03-23 15:54:59 +01:00
committed by GitHub
parent 75789f620d
commit d6f0f34fe9
7 changed files with 41 additions and 26 deletions
+1
View File
@@ -347,6 +347,7 @@ export const getContainerCenter = (
midSegmentMidpoint = LinearElementEditor.getSegmentMidPoint(
container,
index + 1,
elementsMap,
);
}
return { x: midSegmentMidpoint[0], y: midSegmentMidpoint[1] };