Fix lost focus when typing in archived message while searching
This commit is contained in:
parent
089116d069
commit
e79fb9d2e5
4 changed files with 17 additions and 12 deletions
|
@ -107,6 +107,7 @@ const getModeSpecificProps = (
|
|||
archivedConversations,
|
||||
searchConversation,
|
||||
searchTerm,
|
||||
startSearchCounter: getStartSearchCounter(state),
|
||||
...(searchConversation && searchTerm ? getSearchResults(state) : {}),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue