Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlyy committed Feb 9, 2024
1 parent 2ad6120 commit db1761a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/src/view/Viewport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export function Viewport(props: ViewportProps) {
key={`${node.simpleNode.id}-${i}-${field.connection.nodeId}`}
from={field.connection.from}
to={field.connection.to}
isHighlighted={
selectedNodeIds.includes(node.simpleNode.id) ||
selectedNodeIds.includes(field.connection.nodeId)
}
/>
)
}),
Expand Down

0 comments on commit db1761a

Please sign in to comment.