refactor(core): make it possible to batch changes

This commit is contained in:
moklick
2022-12-01 20:28:37 +01:00
parent f106feb9a9
commit b511b15ef8
5 changed files with 67 additions and 44 deletions
@@ -57,6 +57,7 @@ const NodeRenderer = (props: NodeRendererProps) => {
nodeElement: entry.target as HTMLDivElement,
forceUpdate: true,
}));
updateNodeDimensions(updates);
});