mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Prevent soft crash when sending a thread message (#7467)
This commit is contained in:
parent
325e2ba99b
commit
76839ec42e
@ -590,7 +590,7 @@ class TimelinePanel extends React.Component<IProps, IState> {
|
||||
}
|
||||
|
||||
this.setState<null>(updatedState, () => {
|
||||
this.messagePanel.current.updateTimelineMinHeight();
|
||||
this.messagePanel.current?.updateTimelineMinHeight();
|
||||
if (callRMUpdated) {
|
||||
this.props.onReadMarkerUpdated?.();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user