added correct expandParent offset of children

This commit is contained in:
peterkogo
2024-04-15 17:23:14 +02:00
parent ccf6578824
commit 87086e9997
5 changed files with 34 additions and 8 deletions
+1
View File
@@ -83,6 +83,7 @@ export function createStore({
const { changes, updatedInternals } = updateNodeInternalsSystem(
updates,
nodeLookup,
get(store.parentLookup),
get(store.domNode),
get(store.nodeOrigin)
);