Skip to content

Commit

Permalink
feat: Refactor ForceDirectedGraph to improve node data handling and d…
Browse files Browse the repository at this point in the history
…eduplicate links, enhancing graph rendering efficiency
  • Loading branch information
bramses committed Jan 13, 2025
1 parent c37a873 commit 002d54a
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 178 deletions.
1 change: 0 additions & 1 deletion src/components/EntryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,6 @@ const EntryPage = () => {
comments: processedComments,
internalLinks: processedInternalLinks,
}));

setIsGraphLoading(false);
};

Expand Down
Loading

0 comments on commit 002d54a

Please sign in to comment.