parent
0d2b60ab8b
commit
50b9276330
|
@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
|
|||
this.detachIntersectionObserver();
|
||||
|
||||
detachFullscreenListener(this.onFullScreenChange);
|
||||
|
||||
if (this.props.onScrollToTop) {
|
||||
this.props.onScrollToTop();
|
||||
}
|
||||
}
|
||||
|
||||
onFullScreenChange = () => {
|
||||
|
|
Reference in New Issue