Chrome: Publish sidebar toggle state persists between page loads #4248
Labels
General Interface
Parts of the UI which don't fall neatly under other labels.
[Type] Bug
An existing feature does not function as intended
Issue Overview
If the Publish menu is opened, it will remain open in subsequent editor sessions.
Steps to Reproduce
Expected Behavior
In the new editor session, the Publish sidebar is not visible.
Current Behavior
The Publish sidebar is visible, including after subsequent refreshes.
Possible Solution
Sidebar toggle state is managed in preferences state which is persisted between editor loads. Is this meant to be a preference? And if so, do we need to implement some behavior for the preferences reducer to allow specific values to be persisted vs. others? Maybe as with the
REDUX_REHYDRATE
action, we need a complementing persist action which allows the reducer to define which values should be included in that state?The text was updated successfully, but these errors were encountered: