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

`resize` event not firing when multiple RecycleScrollers active

Open daniandl opened this issue 4 years ago • 0 comments
trafficstars

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.

daniandl avatar Aug 27 '21 12:08 daniandl