cytoscape/enrichment-map-webapp

Selecting multiple nodes can get the UP/DOWN sorting wrong

Closed this issue · 1 comments

To Reproduce
Steps to reproduce the behavior:

  1. Go to the example query
  2. Select a red node
  3. Clear the selection
  4. Select a group of blue nodes
  5. The sorting is still UP

Expected behavior

The sorting should be the same as the colour of the selection (one or more nodes), but only if all the nodes in the selection are the same colour.

This should be fixed now.