mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-05 03:55:06 +01:00
fix: Elbow arrow z-index binding (#9067)
This commit is contained in:
@@ -1605,6 +1605,8 @@ export const actionChangeArrowType = register({
|
||||
elements,
|
||||
elementsMap,
|
||||
appState.zoom,
|
||||
false,
|
||||
true,
|
||||
);
|
||||
const endHoveredElement =
|
||||
!newElement.endBinding &&
|
||||
@@ -1613,6 +1615,8 @@ export const actionChangeArrowType = register({
|
||||
elements,
|
||||
elementsMap,
|
||||
appState.zoom,
|
||||
false,
|
||||
true,
|
||||
);
|
||||
const startElement = startHoveredElement
|
||||
? startHoveredElement
|
||||
|
||||
Reference in New Issue
Block a user