griffinallen
griffinallen
> It has a frame debounce, you will have to use requestAnimationFrame instead of nextTick: > > https://github.com/vuetifyjs/vuetify/blob/7d3557a75497c508e2d7f855b5db54fc52d7ec9e/packages/vuetify/src/composables/virtual.ts#L184-L187 > > scrollToIndex should be async and wait for render before returning....
> This look like my [closed issue](https://github.com/vuetifyjs/vuetify/issues/18917) Did your solution work for you? I still seem to get the same error with your solution. If you are already on the...
> what i had going on was after scrolling to bottom, a moment later the scrollHeight would increase by an item's height. The list size wasn't changing. Ended up doing...
> Hi @KaelWD, > > I am encountering the same issue with onMounted. I am trying to go to the last item; however, it displays the previous item instead. I...