SCope icon indicating copy to clipboard operation
SCope copied to clipboard

Settings in sidebar do not display when selecting a loom

Open KrisDavie opened this issue 3 years ago • 1 comments

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

KrisDavie avatar May 21 '21 15:05 KrisDavie

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

dweemx avatar Jun 23 '21 13:06 dweemx