fix(edges): use derived store for edge handling

This commit is contained in:
moklick
2023-02-01 15:25:14 +01:00
parent 2af833aee1
commit 71bd05b7e7
10 changed files with 243 additions and 215 deletions
+7
View File
@@ -48,6 +48,13 @@
// data: { label: 'Input Node 2' },
// position: { x: 150, y: 250 },
// }]
// const edges = [{
// id: '1-2',
// type: 'default',
// source: '1',
// target: '2'
// }]
</script>
<SvelteFlow {nodes} {edges} />