SCope
SCope copied to clipboard
Settings in sidebar do not display when selecting a loom
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:
- Changing loom file
- Changing page
- Selecting a feature
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