Fix updates being hidden behind pending items on unmounted components (#11898)
This commit is contained in:
parent
a90243a712
commit
ba0de8fb68
4 changed files with 33 additions and 4 deletions
|
@ -199,7 +199,12 @@ export default class ScrollableList extends PureComponent {
|
|||
this.clearMouseIdleTimer();
|
||||
this.detachScrollListener();
|
||||
this.detachIntersectionObserver();
|
||||
|
||||
detachFullscreenListener(this.onFullScreenChange);
|
||||
|
||||
if (this.props.onScrollToTop) {
|
||||
this.props.onScrollToTop();
|
||||
}
|
||||
}
|
||||
|
||||
onFullScreenChange = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue