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

Vue 3. `scrollToItem` not working when used in `page-mode`

Open brad426 opened this issue 3 years ago • 0 comments
trafficstars

When using the vue-3 version, with the following:

<RecycleScroller ref="scroller" :items="items" :item-size="50" key-field="id" page-mode v-slot="{ item }">
 ...

calling scroller.scrollToItem does nothing (no errors either) If I remove page-mode it works as expected

brad426 avatar Aug 29 '22 08:08 brad426