chore: remove graph element in graphManager

This commit is contained in:
2026-05-05 21:27:42 +02:00
parent e2c2b1a4d7
commit 5b55056fc1
2 changed files with 115 additions and 14 deletions
@@ -109,16 +109,6 @@
return nodeType?.outputs?.[index] || 'unknown';
}
let groupSize = 0;
$effect(() => {
if (graph.graph.groups.length > groupSize) {
groupSize = graph.graph.groups.length;
}
if (graph.graph.groups.length < groupSize) {
console.error('We have lost a group!');
}
});
</script>
<svelte:window