fixed community search caching

This commit is contained in:
hannathkadher
2025-04-28 16:25:43 +04:00
parent 8dc833b2c3
commit ce225818fb
3 changed files with 9 additions and 4 deletions

View File

@ -50,6 +50,8 @@ class _SidebarWidgetState extends State<SidebarWidget> {
_scrollController = ScrollController();
_scrollController.addListener(_onScroll);
_selectedId = widget.selectedSpaceUuid;
_searchQuery = '';
context.read<SpaceTreeBloc>().add(ClearCachedData());
}
void _onScroll() {