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
|
@ -18,6 +18,7 @@ describe('LeftPaneArchiveHelper', () => {
|
|||
archivedConversations: [],
|
||||
searchConversation: undefined,
|
||||
searchTerm: '',
|
||||
startSearchCounter: 0,
|
||||
};
|
||||
|
||||
const searchingDefaults = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue