We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed0201 commit 0baa06eCopy full SHA for 0baa06e
src/main/java/org/reactome/server/graph/repository/HierarchyRepository.java
@@ -233,7 +233,7 @@ private void doHighlighting(PathwayBrowserNode node) {
233
node.setHighlighted(false);
234
}
235
236
- if (node.getType().contains("Reaction") || node.getType().equals("BlackBoxEvent") || node.getType().contains("Polymerisation")) {
+ if (node.getType().contains("Reaction") || node.getType().equals("BlackBoxEvent") || node.getType().contains("Polymerisation") || node.getType().contains("CellDevelopmentStep")) {
237
node.setClickable(true);
238
node.setHighlighted(true);
239
0 commit comments