mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 06:14:56 +00:00
fixed community search caching
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user