diff --git a/src/components/Universe/Graph/Cubes/SelectionDataNodes/index.tsx b/src/components/Universe/Graph/Cubes/SelectionDataNodes/index.tsx index 8c59e5ec6..60dc2dcc3 100644 --- a/src/components/Universe/Graph/Cubes/SelectionDataNodes/index.tsx +++ b/src/components/Universe/Graph/Cubes/SelectionDataNodes/index.tsx @@ -29,7 +29,7 @@ export const SelectionDataNodes = memo(() => { const structuredNodes = structuredClone(dataInitial?.nodes || []) const structuredLinks = structuredClone(dataInitial?.links || []) - if (prevNodesLength === structuredNodes.length || !selectedNodeRelativeIds.length) { + if (prevNodesLength === structuredNodes.length) { return } @@ -101,6 +101,8 @@ export const SelectionDataNodes = memo(() => { }) }, [simulation2d]) + console.log(selectionGraphData.nodes) + return ( <>