fix: Arrow endpoint offset (#10706)

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Márk Tolmács
2026-01-26 20:55:08 +01:00
committed by GitHub
parent 54fa0c9089
commit 6a891365b9
2 changed files with 7 additions and 4 deletions
@@ -724,7 +724,6 @@ export class LinearElementEditor {
? [pointerDownState.lastClickedPoint]
: selectedPointsIndices,
isDragging: false,
pointerOffset: { x: 0, y: 0 },
customLineAngle: null,
initialState: {
...editingLinearElement.initialState,