mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix issue where side bar view is not disabled
This commit is contained in:
@@ -11,7 +11,7 @@ class SideBarView extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
// TODO: should we pass this in as a dependency?
|
||||
final skillTreeViewModel =
|
||||
Provider.of<SkillTreeViewModel>(context, listen: false);
|
||||
Provider.of<SkillTreeViewModel>(context, listen: true);
|
||||
return Material(
|
||||
child: ValueListenableBuilder(
|
||||
valueListenable: selectedViewNotifier,
|
||||
|
||||
Reference in New Issue
Block a user