We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6198d commit 46498e7Copy full SHA for 46498e7
src/components/InfiniteLoading.vue
@@ -32,6 +32,8 @@
32
return window;
33
} else if (['scroll', 'auto'].indexOf(getComputedStyle(elm).overflowY) > -1) {
34
return elm;
35
+ } else if (elm.hasAttribute('infinite-wrapper') || elm.hasAttribute('data-infinite-wrapper')) {
36
+ return elm;
37
}
38
return getScrollParent(elm.parentNode);
39
0 commit comments