mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix freshly created elbow arrow and bindable interaction
This commit is contained in:
parent
e1812c4c91
commit
63d53fc242
2 changed files with 9 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue