vue-list-scroller icon indicating copy to clipboard operation
vue-list-scroller copied to clipboard

List does not update if vue-list-scroller is used inside an overflow container

Open bsssshhhhhhh opened this issue 4 years ago • 1 comments

Your event mixins appear to only target the window, which breaks any cases where it is used inside an overflow container.

In this case, vue-list-scroller isn't listening to the scroll event on my overflow container, so when I scroll down the overflow container, vue-list-scroller isn't updating which items are rendered.

Check this jsfiddle (scroll down to see the problem): http://jsfiddle.net/jv6k0L37/

bsssshhhhhhh avatar May 17 '20 16:05 bsssshhhhhhh

Yes, I wrote about it in README. I just don't need that feature right now and not gonna implement it any time soon. But PR's are welcome.

IvanSafonov avatar May 17 '20 17:05 IvanSafonov