summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index eb86e0d..39e827f 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -382,13 +382,6 @@ export const Graph = function (props: GraphProps) {
nodeLabel: (node) => (node as OrgRoamNode).title,
nodeColor: (node) => {
if (!physics.colorful) {
- if (!physics.highlightAnim) {
- return Object.keys(highlightedNodes).length === 0
- ? highlightedNodes[node.id!]
- ? theme.colors.purple[500]
- : theme.colors.gray[400]
- : theme.colors.gray[500]
- }
return Object.keys(highlightedNodes).length === 0
? lastHoverNode.current?.id! === node.id!
? interPurple(opacity)