Explorar o código

Fix missing parameter

Mark Tolmacs hai 6 meses
pai
achega
8ac508af11
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/element/src/elbowArrow.ts

+ 1 - 0
packages/element/src/elbowArrow.ts

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