Let users search and go back to a small left pane
This commit is contained in:
parent
42b4406ad5
commit
b78235e109
1 changed files with 1 additions and 5 deletions
|
@ -245,11 +245,7 @@ export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType>
|
|||
!this.conversations.length &&
|
||||
!this.pinnedConversations.length &&
|
||||
!this.archivedConversations.length;
|
||||
return (
|
||||
hasNoConversations ||
|
||||
this.isAboutToSearchInAConversation ||
|
||||
Boolean(this.startSearchCounter)
|
||||
);
|
||||
return hasNoConversations || this.isAboutToSearchInAConversation;
|
||||
}
|
||||
|
||||
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
||||
|
|
Loading…
Reference in a new issue