fix: Elbow arrow z-index binding (#9067)

This commit is contained in:
Márk Tolmács
2025-02-01 19:21:03 +01:00
committed by GitHub
parent 86c67bd37f
commit 302664e500
8 changed files with 165 additions and 31 deletions
@@ -444,6 +444,8 @@ export class LinearElementEditor {
elements,
elementsMap,
appState.zoom,
isElbowArrow(element),
isElbowArrow(element),
)
: null;
@@ -796,6 +798,7 @@ export class LinearElementEditor {
elements,
elementsMap,
app.state.zoom,
linearElementEditor.elbowed,
),
};