Skip to content

Commit 1599a22

Browse files
authored
Regression: Sidebar Search list local data cache and keyboard navigation (#26764)
1 parent 13099b4 commit 1599a22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/meteor/client/sidebar/search/SearchList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const useSearchItems = (filterText: string): UseQueryResult<(ISubscription & IRo
140140
{
141141
staleTime: 60_000,
142142
keepPreviousData: true,
143+
placeholderData: localRooms,
143144
},
144145
);
145146
};

0 commit comments

Comments
 (0)