Fix flaky search behaviour with minimized left pane
This commit is contained in:
parent
3eed6cb350
commit
ee4608ee04
13 changed files with 154 additions and 17 deletions
|
@ -91,7 +91,7 @@ export const getStartSearchCounter = createSelector(
|
|||
(state: SearchStateType): number => state.startSearchCounter
|
||||
);
|
||||
|
||||
export const isSearching = createSelector(
|
||||
export const getHasSearchQuery = createSelector(
|
||||
getQuery,
|
||||
(query: string): boolean => query.trim().length > 0
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue