refactor(svelte): update node automatically when source-/ targetPos change

This commit is contained in:
moklick
2023-10-19 15:47:09 +02:00
parent 909e7f77aa
commit e5f877a9bd
8 changed files with 269 additions and 479 deletions
@@ -3,21 +3,22 @@
import { page } from '$app/stores';
const routes = [
'add-node-on-drop',
'custom-connection-line',
'customnode',
'dagre',
'drag-n-drop',
'edges',
'figma',
'interaction',
'intersections',
'overview',
'stress',
'subflows',
'two-way-viewport',
'usesvelteflow',
'useupdatenodeinternals',
'validation',
'intersections',
'add-node-on-drop'
'validation'
];
const onChange = (event: Event) => {