vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Vue 3. `scrollToItem` not working when used in `page-mode`
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