Skip to content

Commit

Permalink
fix: hidden nodes with correct coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
HavardNot committed May 27, 2024
1 parent 61c8159 commit f9a23a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/canvas/MiniMapCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export function MiniMapCustom() {
return colors.NODE_CHOICE;
case NodeTypes.waiting:
return colors.NODE_WAITING;
case NodeTypes.hidden:
return colors.WHITE;
default:
return colors.NODE_GENERIC;
}
Expand Down

0 comments on commit f9a23a1

Please sign in to comment.