You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding a pane into the NavigationView with a setState(), if a PaneItemExpander is open in the footerItems, it will close. When we remove a pane, the PaneItemExpander will open by itself if it was closed.
The pane item expanders work by index. They are saved to the page storage with their assigned index, so when their index changes, their state is likely to be lost :/
Describe the bug
When adding a pane into the NavigationView with a setState(), if a PaneItemExpander is open in the footerItems, it will close. When we remove a pane, the PaneItemExpander will open by itself if it was closed.
To Reproduce
flutter run
, press the filter icon on the bottom left part of the screen for opening itExpected behavior
The PaneItemExpander should not open or close when adding or removing a pane
Additional context
Tested on Windows only for now?
The text was updated successfully, but these errors were encountered: