Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.48k stars 901 forks source link

`resize` event not firing when multiple RecycleScrollers active #679

Open daniandl opened 3 years ago

daniandl commented 3 years ago

Hi there

There is a scenario where I have multiple RecycleScrollers rendered at the same time. I make use of the resize event to re-calculate the height my items should be. I noticed that only the resize event of the last-rendered RecycleScroller fires.

I assume this is a bug with the resize observer being used, just wanted to report it. A workaround would be to use my own resize observer implementation outside the RecycleScroller.