Skip to content

Residual state causing nav menu to open unexpectedly when switching components

When switching between components in the component drawer, the menu is opening prematurely. This is happening presumably because there is residual state that's not being cleaned up in session storage. When switching between components, the menu should be reset. It's too hard to remember what state you left things in, and it's better just to start fresh.

Edited by Dan Allen