aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Settings in sidebar do not display when selecting a loom #430

Open KrisDavie opened 3 years ago

KrisDavie commented 3 years ago

The settings bar should display after selecting a loom. On a new visit to SCope, selecting a loom does not show the menu. Many different actions cause this to display, such as:

dweemx commented 3 years ago

This bug is due to AppSideBar not being re-rendered anymore after the loom has been set. It worked before because the visible was dynamic.

visible={isSidebarVisible}

Best solution would be to put the active loom in the store