vue-infinite-loading icon indicating copy to clipboard operation
vue-infinite-loading copied to clipboard

getScrollParent window

Open TheNoim opened this issue 5 years ago • 0 comments

If you use the infinity wrapper inside of a webcomponent and you want to target the window, you need to skip the querySelector. The vue element can not query things outside of the webcomponent. This is a very specific check. However, it also doesn't break anything.

TheNoim avatar Jun 24 '19 14:06 TheNoim