refactor(react/svelte): use nodeLookup

This commit is contained in:
moklick
2023-11-14 15:52:48 +01:00
parent a147a20f6e
commit e798e94275
33 changed files with 166 additions and 127 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export function createStore({
const nextNodes = updateNodeDimensionsSystem(
updates,
get(store.nodes),
get(store.nodesLookup),
get(store.nodeLookup),
get(store.domNode),
get(store.nodeOrigin)
);