refactor(core): use node lookup map internally (#1450)

* refactor(core): use node lookup map internally

* chore(changeset): add
This commit is contained in:
Braks
2024-06-06 10:45:38 +02:00
parent faf67c2b55
commit a592fbd78a
5 changed files with 39 additions and 45 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map