Revert to master

This commit is contained in:
Mark Tolmacs 2025-03-24 14:39:48 +01:00
parent 1a87aa8e55
commit 4d1e2c2bbb
25 changed files with 410 additions and 577 deletions

View file

@ -1249,7 +1249,6 @@ const getElbowArrowData = (
...arrow,
type: "arrow",
elbowed: true,
type: "arrow",
points: nextPoints,
} as ExcalidrawElbowArrowElement,
"start",
@ -1263,7 +1262,6 @@ const getElbowArrowData = (
...arrow,
type: "arrow",
elbowed: true,
type: "arrow",
points: nextPoints,
} as ExcalidrawElbowArrowElement,
"end",
@ -2223,7 +2221,6 @@ const getGlobalPoint = (
arrow,
element,
startOrEnd,
elementsMap,
);
return snapToMid(element, snapPoint);