Updated scrollable_list intersectionObserverWrapper

removed root, uses the document/window to scroll so no options are needed
This commit is contained in:
mgabdev 2019-07-17 18:54:48 -04:00
parent 399891f25e
commit 08f3f5f6ec
1 changed files with 1 additions and 4 deletions

View File

@ -116,10 +116,7 @@ export default class ScrollableList extends PureComponent {
}
attachIntersectionObserver () {
this.intersectionObserverWrapper.connect({
root: this.node,
rootMargin: '300% 0px',
});
this.intersectionObserverWrapper.connect();
}
detachIntersectionObserver () {