linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

dropdown UI issues #118

Closed slinnarsson closed 6 years ago

slinnarsson commented 6 years ago

The last thing gets annoying when you have many attributes with the same long prefix, as in "ClassProbability_Neurons", "ClassProbability_Neurons,Cycling", etc.

JobLeonard commented 6 years ago

The scrolling turns out to be a bug outside of my code:

https://github.com/bvaughn/react-virtualized-select/issues/75

I have tried downgrading as suggested in the comments but it doesn't seem to help

JobLeonard commented 6 years ago

This bug has been fixed in the libraries that caused it.

I've just checked and in the viewer it seems to have been fixed some time ago when I updated the related packages.