Fix missing parameter

This commit is contained in:
Mark Tolmacs 2025-03-03 17:04:03 +01:00
parent cbe6705c98
commit 8ac508af11

View file

@ -2223,6 +2223,7 @@ const getGlobalPoint = (
arrow, arrow,
element, element,
startOrEnd, startOrEnd,
elementsMap,
); );
return snapToMid(element, snapPoint); return snapToMid(element, snapPoint);