Fix lost focus when typing in archived message while searching

This commit is contained in:
Josh Perez 2022-02-02 10:30:39 -05:00 committed by GitHub
parent 089116d069
commit e79fb9d2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 12 deletions

View file

@ -107,6 +107,7 @@ const getModeSpecificProps = (
archivedConversations,
searchConversation,
searchTerm,
startSearchCounter: getStartSearchCounter(state),
...(searchConversation && searchTerm ? getSearchResults(state) : {}),
};
}