refactor(react/svelte): use nodeLookup
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user