mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
Fix freshly created elbow arrow and bindable interaction
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user