|
@@ -416,11 +416,11 @@ const createBindingArrow = (
|
|
|
type: "arrow",
|
|
|
x: startX,
|
|
|
y: startY,
|
|
|
- startArrowhead: appState.currentItemStartArrowhead,
|
|
|
+ startArrowhead: null,
|
|
|
endArrowhead: appState.currentItemEndArrowhead,
|
|
|
- strokeColor: appState.currentItemStrokeColor,
|
|
|
- strokeStyle: appState.currentItemStrokeStyle,
|
|
|
- strokeWidth: appState.currentItemStrokeWidth,
|
|
|
+ strokeColor: startBindingElement.strokeColor,
|
|
|
+ strokeStyle: startBindingElement.strokeStyle,
|
|
|
+ strokeWidth: startBindingElement.strokeWidth,
|
|
|
points: [pointFrom(0, 0), pointFrom(endX, endY)],
|
|
|
elbowed: true,
|
|
|
});
|