diff --git a/packages/core/src/auto-imports.d.ts b/packages/core/src/auto-imports.d.ts index 246243a6..1f26f375 100644 --- a/packages/core/src/auto-imports.d.ts +++ b/packages/core/src/auto-imports.d.ts @@ -68,6 +68,7 @@ declare global { const getBoundsofRects: typeof import('./utils/graph')['getBoundsofRects'] const getClosestHandle: typeof import('./utils/handle')['getClosestHandle'] const getConnectedEdges: typeof import('./utils/graph')['getConnectedEdges'] + const getConnectionStatus: typeof import('./utils/handle')['getConnectionStatus'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] const getDimensions: typeof import('./utils/graph')['getDimensions'] diff --git a/packages/core/src/components/ConnectionLine/ConnectionLine.vue b/packages/core/src/components/ConnectionLine/ConnectionLine.vue index b8930b7f..573dd463 100644 --- a/packages/core/src/components/ConnectionLine/ConnectionLine.vue +++ b/packages/core/src/components/ConnectionLine/ConnectionLine.vue @@ -1,7 +1,6 @@