Fix freshly created elbow arrow and bindable interaction

This commit is contained in:
Mark Tolmacs 2025-03-02 15:51:07 +01:00
parent e1812c4c91
commit 63d53fc242
2 changed files with 9 additions and 4 deletions

View file

@ -1249,6 +1249,7 @@ const getElbowArrowData = (
...arrow,
type: "arrow",
elbowed: true,
type: "arrow",
points: nextPoints,
} as ExcalidrawElbowArrowElement,
"start",
@ -1262,6 +1263,7 @@ const getElbowArrowData = (
...arrow,
type: "arrow",
elbowed: true,
type: "arrow",
points: nextPoints,
} as ExcalidrawElbowArrowElement,
"end",