LeftPane: Measure content above list to calculate list size
This commit is contained in:
parent
5e3bbf1dc0
commit
d5925ac9d5
5 changed files with 67 additions and 74 deletions
|
@ -111,6 +111,7 @@ messageLookup.set('4-guid-guid-guid-guid-guid', {
|
|||
|
||||
const defaultProps = {
|
||||
discussionsLoading: false,
|
||||
height: 700,
|
||||
items: [],
|
||||
i18n,
|
||||
messagesLoading: false,
|
||||
|
@ -135,6 +136,7 @@ const defaultProps = {
|
|||
selectedConversationId: undefined,
|
||||
selectedMessageId: undefined,
|
||||
startNewConversation: action('start-new-conversation'),
|
||||
width: 320,
|
||||
};
|
||||
|
||||
const conversations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue