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.conversations.length &&
|
||||||
!this.pinnedConversations.length &&
|
!this.pinnedConversations.length &&
|
||||||
!this.archivedConversations.length;
|
!this.archivedConversations.length;
|
||||||
return (
|
return hasNoConversations || this.isAboutToSearchInAConversation;
|
||||||
hasNoConversations ||
|
|
||||||
this.isAboutToSearchInAConversation ||
|
|
||||||
Boolean(this.startSearchCounter)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
shouldRecomputeRowHeights(old: Readonly<LeftPaneInboxPropsType>): boolean {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue