Fix regression around haveRendererForEvent for hidden events (#8379)
This commit is contained in:
parent
399ac618c7
commit
bbe0c945d3
3 changed files with 40 additions and 9 deletions
|
@ -452,14 +452,6 @@ export default class MessagePanel extends React.Component<IProps, IState> {
|
|||
}
|
||||
}
|
||||
|
||||
/* check the scroll state and send out pagination requests if necessary.
|
||||
*/
|
||||
public checkFillState(): void {
|
||||
if (this.scrollPanel.current) {
|
||||
this.scrollPanel.current.checkFillState();
|
||||
}
|
||||
}
|
||||
|
||||
private isUnmounting = (): boolean => {
|
||||
return !this.isMounted;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue