Alt unbind fix

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs
2025-09-07 16:31:18 +02:00
parent b01eea9eb4
commit eb9efc261a

View File

@@ -428,7 +428,7 @@ const bindingStrategyForSimpleArrowEndpointDragging = (
focusPoint: point,
mode: "inside",
}
: { mode: undefined };
: { mode: null };
return { current, other };
}