Fix missing parameter

This commit is contained in:
Mark Tolmacs 2025-03-03 17:04:03 +01:00
parent ae0fdf2d21
commit ad8220c529

View file

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