Skip to content

Commit

Permalink
feat: do not close drawer when space changes (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-molinski authored Sep 13, 2024
1 parent 3a43252 commit b739298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalyst_voices/lib/pages/spaces/spaces_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class SpacesDrawer extends StatelessWidget {
bottom: VoicesDrawerSpaceChooser(
currentSpace: space,
onChanged: (space) {
Scaffold.of(context).closeDrawer();
_goTo(context, space: space);
},
onOverallTap: () {
Expand Down

0 comments on commit b739298

Please sign in to comment.