mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Remove React Virtualized from <Timeline>
This commit is contained in:
@@ -27,6 +27,7 @@ type ExternalProps = {
|
||||
messageId: string;
|
||||
nextMessageId: undefined | string;
|
||||
previousMessageId: undefined | string;
|
||||
now: number;
|
||||
};
|
||||
|
||||
function renderContact(conversationId: string): JSX.Element {
|
||||
@@ -45,6 +46,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||
messageId,
|
||||
nextMessageId,
|
||||
previousMessageId,
|
||||
now,
|
||||
} = props;
|
||||
|
||||
const messageSelector = getMessageSelector(state);
|
||||
@@ -66,6 +68,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||
item,
|
||||
previousItem,
|
||||
nextItem,
|
||||
now,
|
||||
id: messageId,
|
||||
containerElementRef,
|
||||
conversationId,
|
||||
|
||||
Reference in New Issue
Block a user