fix: Add back transparency check for bindables

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs
2026-02-24 13:54:50 +00:00
parent d8e8d1aeda
commit 4e94b02375
5 changed files with 33 additions and 28 deletions
+2 -2
View File
@@ -274,7 +274,7 @@ const bindingStrategyForElbowArrowEndpointDragging = (
globalPoint,
elements,
elementsMap,
maxBindingDistance_simple(zoom),
zoom,
);
const current = hit
@@ -705,7 +705,7 @@ const getBindingStrategyForDraggingBindingElementEndpoints_simple = (
globalPoint,
elements,
elementsMap,
maxBindingDistance_simple(appState.zoom),
appState.zoom,
);
const pointInElement =
hit &&