fix(svelte) split edges into internal/external. external edges dont require id, source, target anymore

This commit is contained in:
Peter
2023-11-28 12:33:54 +01:00
parent 8fe8f73ed3
commit 9f538c6b7c
10 changed files with 124 additions and 9 deletions
@@ -6,7 +6,7 @@
import { errorMessages, getMarkerId } from '@xyflow/system';
import { useStore } from '$lib/store';
import BezierEdge from '$lib/components/edges/BezierEdge.svelte';
import BezierEdge from '$lib/components/edges/InternalBezierEdge.svelte';
import type { EdgeLayouted, Edge } from '$lib/types';
import { get } from 'svelte/store';