fix(svelte) removed the need to search through all nodes when moving mouse over node

This commit is contained in:
Peter
2023-09-20 15:34:19 +02:00
parent 4dd231a3c9
commit c7f62885aa
3 changed files with 8 additions and 10 deletions
@@ -40,6 +40,7 @@
origin: node.origin
})}
<NodeWrapper
{node}
id={node.id}
data={node.data}
selected={!!node.selected}