Remember message Read More state when scrolling in virtualized container

This commit is contained in:
Scott Nonnenberg
2021-11-11 15:45:47 -08:00
committed by GitHub
parent c5b5f2fe42
commit edab7c7d83
12 changed files with 159 additions and 72 deletions

View File

@@ -144,6 +144,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
kickOffAttachmentDownload: action('kickOffAttachmentDownload'),
markAttachmentAsCorrupted: action('markAttachmentAsCorrupted'),
markViewed: action('markViewed'),
messageExpanded: action('messageExpanded'),
onHeightChange: action('onHeightChange'),
openConversation: action('openConversation'),
openLink: action('openLink'),