Remember message Read More state when scrolling in virtualized container
This commit is contained in:
parent
c5b5f2fe42
commit
edab7c7d83
12 changed files with 159 additions and 72 deletions
|
@ -313,6 +313,7 @@ export class MessageDetail extends React.Component<Props> {
|
|||
}
|
||||
disableMenu
|
||||
disableScroll
|
||||
displayLimit={Number.MAX_SAFE_INTEGER}
|
||||
displayTapToViewMessage={displayTapToViewMessage}
|
||||
downloadAttachment={() =>
|
||||
log.warn('MessageDetail: deleteMessageForEveryone called!')
|
||||
|
@ -323,6 +324,7 @@ export class MessageDetail extends React.Component<Props> {
|
|||
kickOffAttachmentDownload={kickOffAttachmentDownload}
|
||||
markAttachmentAsCorrupted={markAttachmentAsCorrupted}
|
||||
markViewed={markViewed}
|
||||
messageExpanded={noop}
|
||||
onHeightChange={noop}
|
||||
openConversation={openConversation}
|
||||
openLink={openLink}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue